mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-02 03:50:45 +08:00
3fd285b728
* Create husqy.css new theme based on what people keep asking me for, named husqy so that people can easily search for it and i think it's a cool name for a theme :D * Update _list.json
17 lines
341 B
CSS
17 lines
341 B
CSS
:root {
|
|
--bg-color: #000000;
|
|
--main-color: #c58aff;
|
|
--caret-color: #c58aff;
|
|
--sub-color: #972fff;
|
|
--sub-alt-color: #1e001e;
|
|
--text-color: #ebd7ff;
|
|
--error-color: #da3333;
|
|
--error-extra-color: #791717;
|
|
--colorful-error-color: #da3333;
|
|
--colorful-error-extra-color: #791717;
|
|
}
|
|
|
|
#liveWpm,
|
|
#timerNumber {
|
|
color: #c58aff;
|
|
}
|