mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 20:40:48 +08:00
reworked dots
This commit is contained in:
parent
4cf59030a2
commit
cc894e538f
1 changed files with 5 additions and 2 deletions
|
@ -2,7 +2,10 @@
|
|||
--bg-color: #121520;
|
||||
--caret-color: #fff;
|
||||
--main-color: #fff;
|
||||
--sub-color: #7f88ab;
|
||||
--sub-color: #676e8a;
|
||||
--text-color: #fff;
|
||||
--error-color: #da3333;
|
||||
--error-extra-color: #791717;
|
||||
}
|
||||
|
||||
#menu{
|
||||
|
@ -13,7 +16,7 @@
|
|||
#top.focus #menu:before,
|
||||
#top.focus #menu:after
|
||||
{
|
||||
background: #7f88ab;
|
||||
background: var(--sub-color);
|
||||
}
|
||||
|
||||
#menu .button{
|
||||
|
|
Loading…
Reference in a new issue