diff --git a/server/priv/style.css b/server/priv/style.css index c3a16e7..a45f03c 100644 --- a/server/priv/style.css +++ b/server/priv/style.css @@ -91,6 +91,12 @@ body { background-color: var(--li-color-bg); &.highlight { + /* TODO: show highlight differently from active */ + /* TODO: constrast between highlight bg and headsign is too low */ + --li-normal-color-bg: var(--color-bg-row-highlight); + } + + &:active { --li-normal-color-bg: var(--color-bg-row-highlight); }