Visited background

merge-requests/8/head
Bob Mottram 2020-10-01 22:08:01 +01:00
parent a1e5a8da61
commit 1e48f8c84b
1 changed files with 7 additions and 4 deletions

View File

@ -942,6 +942,9 @@ aside .toggle-inside li {
.column-left a:link {
background: var(--column-left-color);
}
.column-left a:visited {
background: var(--column-left-color);
}
.column-left {
background-color: var(--column-left-color);
width: var(--column-left-width);