mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-19 11:36:21 +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};
|
--color: #{$cyan};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn {
|
||||||
|
background-color: $white;
|
||||||
|
}
|
||||||
|
|
||||||
.btn-secondary {
|
.btn-secondary {
|
||||||
background-color: $white;
|
background-color: $white;
|
||||||
color: $black;
|
color: $black;
|
||||||
|
@ -26,3 +30,5 @@ $cyan: #13fefe;
|
||||||
box-shadow: 0 0 0 0.2rem $cyan;
|
box-shadow: 0 0 0 0.2rem $cyan;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue