mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 23:36:21 +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
29f4c7a847
commit
7d9b96980a
1 changed files with 5 additions and 2 deletions
|
@ -29,6 +29,11 @@ $sizes: (
|
|||
"70ch": 70ch,
|
||||
);
|
||||
|
||||
.btn {
|
||||
background-color: var(--foreground);
|
||||
color: var(--background);
|
||||
}
|
||||
|
||||
@import "bootstrap";
|
||||
@import "editor";
|
||||
|
||||
|
@ -204,8 +209,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