reworked dots

This commit is contained in:
Jack 2020-05-30 14:47:00 +01:00
parent 4cf59030a2
commit cc894e538f

View file

@ -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{