mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 05:17:51 +08:00
Missing --error-extra-color for carbon.css
Added the missing error extra color, without this it defaults to the text color. Also changing the colorful variants to match.
This commit is contained in:
parent
d1c70cf8d3
commit
18c9dc5580
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
--sub-color: #616161;
|
||||
--text-color: #f5e6c8;
|
||||
--error-color: #e72d2d;
|
||||
--colorful-error-color: #b62828;
|
||||
--colorful-error-color: #a5e72d;
|
||||
--colorful-error-extra-color: #74a120;
|
||||
--error-extra-color: #7e2a33;
|
||||
--colorful-error-color: #e72d2d;
|
||||
--colorful-error-extra-color: #7e2a33;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue