mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-12 02:17:21 +08:00
18c9dc5580
Added the missing error extra color, without this it defaults to the text color. Also changing the colorful variants to match.
11 lines
267 B
CSS
11 lines
267 B
CSS
:root {
|
|
--bg-color: #313131;
|
|
--main-color: #f66e0d;
|
|
--caret-color: #f66e0d;
|
|
--sub-color: #616161;
|
|
--text-color: #f5e6c8;
|
|
--error-color: #e72d2d;
|
|
--error-extra-color: #7e2a33;
|
|
--colorful-error-color: #e72d2d;
|
|
--colorful-error-extra-color: #7e2a33;
|
|
}
|