diff --git a/src/components/css/StopTitle.css b/src/components/css/StopTitle.css index 7cbffdd..d03dcb0 100644 --- a/src/components/css/StopTitle.css +++ b/src/components/css/StopTitle.css @@ -20,7 +20,7 @@ } #stopTitle h3 { - color: rgba(0, 0, 0, 0.4); + color: var(--colorDiscrete); } #stopTitle button { diff --git a/src/variables.css b/src/variables.css index ca613a4..eb22949 100644 --- a/src/variables.css +++ b/src/variables.css @@ -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);