monkeytype/static/themes/carbon.css
Ahmad-A0 18c9dc5580
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.
2021-01-12 13:32:37 +00:00

12 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;
}