style(dark): minor dark theme fix text in button

This commit is contained in:
Colin Darie 2024-03-13 23:49:47 +01:00
parent 0bf7f26112
commit 7fbf3feb5d
No known key found for this signature in database
GPG key ID: 8C76CADD40253590

View file

@ -1,11 +1,7 @@
@import "constants";
.commencer {
.optional-on-small-screens {
color: #FFFFFF;
}
@media (max-width: 450px) {
@media (max-width: 62em) {
.optional-on-small-screens {
display: none;
}