mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-17 22:29:52 +08:00
reworked metaverse
This commit is contained in:
parent
acca5dc2f0
commit
84324e9d67
1 changed files with 4 additions and 10 deletions
|
|
@ -1,15 +1,9 @@
|
|||
:root {
|
||||
--bg-color: #232323;
|
||||
--main-color: #e8e8e8;
|
||||
--main-color: #d82934;
|
||||
--caret-color: #d82934;
|
||||
--sub-color: #5e5e5e;
|
||||
--text-color: #e8e8e8;
|
||||
--error-color: #da3333;
|
||||
--error-extra-color: #791717;
|
||||
}
|
||||
|
||||
#top .logo .bottom{
|
||||
color: #d82934;
|
||||
}
|
||||
|
||||
#top.focus .logo .bottom{
|
||||
transition: .25s;
|
||||
color: #5e5e5e;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue