Add new color

This commit is contained in:
André Wahlberg 2020-11-27 16:16:28 +01:00
parent 24dd1361f6
commit 38a6f7c786
2 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,7 @@
}
#stopTitle h3 {
color: rgba(0, 0, 0, 0.4);
color: var(--colorDiscrete);
}
#stopTitle button {

View File

@ -3,6 +3,7 @@
--colorVT2: rgb(25, 212, 245);
--colorBg: rgb(240, 248, 250);
--colorLine: rgb(0, 108, 144);
--colorDiscrete: rgba(0, 0, 0, 0.4);
--topMenuHeight: 15vh;
--borderRadius: calc(var(--topMenuHeight) / 15);