monkeytype/public/themes/8008.css
Jack 03ba4f9d69 added red samurai
updated themes color order
fixed bug with chart ticks
2020-05-14 18:57:09 +01:00

11 lines
219 B
CSS

/* Dark Blue: #3c4756
Light Blue: #a2aebd
Pink: #f44c7f */
:root {
--bg-color: #3c4756;
--main-color: #f44c7f;
--caret-color: #f44c7f;
--sub-color: #a2aebd;
--active-word-color: #a2aebd;
}