mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 04:19:06 +08:00
c7ac8c69fa
support for hover functions on the command line fixed wpmovertime chart styling
11 lines
No EOL
198 B
CSS
11 lines
No EOL
198 B
CSS
/* yellow #e2b714
|
|
dark #323437
|
|
light #d1d0c5 */
|
|
|
|
:root {
|
|
--bg-color: #414755;
|
|
--main-color: #ec4c56;
|
|
--caret-color: #ec4c56;
|
|
--sub-color: #ebeaef;
|
|
--active-word-color: #ebeaef;
|
|
} |