5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-19 09:26:21 +00:00

fix: no se veían los botones en modo oscuro

This commit is contained in:
maki 2024-02-19 14:21:32 -03:00
parent 9554ad1627
commit ecab598595

View file

@ -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;
}
}