Add new color
This commit is contained in:
parent
24dd1361f6
commit
38a6f7c786
@ -20,7 +20,7 @@
|
||||
}
|
||||
|
||||
#stopTitle h3 {
|
||||
color: rgba(0, 0, 0, 0.4);
|
||||
color: var(--colorDiscrete);
|
||||
}
|
||||
|
||||
#stopTitle button {
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user