move basic stuff into ZeroVue config which is loaded by vue on startup

This commit is contained in:
2020-04-11 17:45:39 +02:00
parent 2838eeadab
commit 2799f62be8
7 changed files with 203 additions and 79 deletions
+2 -2
View File
@@ -117,7 +117,7 @@
font-size: var(--font-size);
padding: 0 var(--padding);
height: 50px;
color: var(--color-fg-reverse-mid);
color: var(--color-fg);
position: relative;
transition: color 0.2s ease;
@@ -147,7 +147,7 @@
height: 100%;
align-items: center;
position: relative;
color: var(--color-fg-mid);
color: var(--color-fg);
&:hover
{