Skip to content

Commit a3bbf21

Browse files
style(dark note theme): fix roundness variable affecting account menu (@WarningImHack3r) (monkeytypegame#6238)
1 parent badfb07 commit a3bbf21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/static/themes/dark_note.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
--current-color: var(--main-color);
2121
}
2222

23-
.button,
23+
.button:not(.accountButtonAndMenu *),
2424
#testConfig .row {
2525
--roundness: 5em; /* overwriting default roundness to make it softer */
2626
}

0 commit comments

Comments
 (0)