mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-19 09:36:23 +00:00
fix: no se veían los botones en modo oscuro
This commit is contained in:
parent
9554ad1627
commit
ecab598595
1 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,10 @@ $cyan: #13fefe;
|
|||
--color: #{$cyan};
|
||||
}
|
||||
|
||||
.btn {
|
||||
background-color: $white;
|
||||
}
|
||||
|
||||
.btn-secondary {
|
||||
background-color: $white;
|
||||
color: $black;
|
||||
|
@ -26,3 +30,5 @@ $cyan: #13fefe;
|
|||
box-shadow: 0 0 0 0.2rem $cyan;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue