mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-17 16:06:23 +00:00
fix: establecer el color por defecto de los botones
si lo establecemos después de bootstrap, pisamos los colores de los botones
This commit is contained in:
parent
a61ea87716
commit
05bfc95db6
1 changed files with 5 additions and 2 deletions
|
@ -30,6 +30,11 @@ $sizes: (
|
|||
"70ch": 70ch,
|
||||
);
|
||||
|
||||
.btn {
|
||||
background-color: var(--foreground);
|
||||
color: var(--background);
|
||||
}
|
||||
|
||||
@import "bootstrap";
|
||||
@import "editor";
|
||||
|
||||
|
@ -201,8 +206,6 @@ svg {
|
|||
}
|
||||
|
||||
.btn {
|
||||
background-color: var(--foreground);
|
||||
color: var(--background);
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
margin-right: 0.3rem;
|
||||
|
|
Loading…
Reference in a new issue