Skip to content

Commit a3bd069

Browse files
committed
fix(theme): adjust error colors in ms cupcakes theme
closes monkeytypegame#6370
1 parent 2e1c7eb commit a3bd069

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

frontend/static/themes/ms_cupcakes.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
--sub-color: #d64090;
66
--sub-alt-color: #edf8fa;
77
--text-color: #0a282f;
8-
--error-color: #000000;
9-
--error-extra-color: #c9c9c9;
10-
--colorful-error-color: #ca4754;
11-
--colorful-error-extra-color: #7e2a33;
8+
--error-color: #a4dd32;
9+
--error-extra-color: #90bd34;
10+
--colorful-error-color: #a4dd32;
11+
--colorful-error-extra-color: #87b330;
1212
}

0 commit comments

Comments
 (0)