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"; @import "constants";
.commencer { .commencer {
.optional-on-small-screens { @media (max-width: 62em) {
color: #FFFFFF;
}
@media (max-width: 450px) {
.optional-on-small-screens { .optional-on-small-screens {
display: none; display: none;
} }