style(dark): minor dark theme fix text in button
This commit is contained in:
parent
0bf7f26112
commit
7fbf3feb5d
1 changed files with 1 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue