mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 04:51:16 +08:00
15 lines
No EOL
229 B
CSS
15 lines
No EOL
229 B
CSS
:root {
|
|
--bg-color: #232323;
|
|
--main-color: #e8e8e8;
|
|
--caret-color: #d82934;
|
|
--sub-color: #5e5e5e;
|
|
}
|
|
|
|
#top .logo .bottom{
|
|
color: #d82934;
|
|
}
|
|
|
|
#top.focus .logo .bottom{
|
|
transition: .25s;
|
|
color: #5e5e5e;
|
|
} |