mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 13:27:49 +08:00
cfc0785e9a
* added dev.css this theme is based on "Dev theme by KDr3w" color pallet: https://www.deviantart.com/kdr3w/art/Dev-825722799 * added dev theme this theme is based on "Dev theme by KDr3w" color pallet: https://www.deviantart.com/kdr3w/art/Dev-825722799
12 lines
399 B
CSS
12 lines
399 B
CSS
/*this theme is based on "Dev theme by KDr3w" color pallet: https://www.deviantart.com/kdr3w/art/Dev-825722799 */
|
|
:root {
|
|
--bg-color: #1b2028;
|
|
--main-color: #23a9d5;
|
|
--caret-color: #4b5975;
|
|
--sub-color: #4b5975;
|
|
--text-color: #ccccb5;
|
|
--error-color: #b81b2c;
|
|
--error-extra-color: #84131f;
|
|
--colorful-error-color: #b81b2c;
|
|
--colorful-error-extra-color: #84131f;
|
|
}
|