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

@ -940,10 +940,13 @@ aside .toggle-inside li {
width: 100vw; width: 100vw;
} }
.column-left a:link { .column-left a:link {
background: var(--column-left-color); background: var(--column-left-color);
} }
.column-left { .column-left a:visited {
background-color: var(--column-left-color); background: var(--column-left-color);
}
.column-left {
background-color: var(--column-left-color);
width: var(--column-left-width); width: var(--column-left-width);
} }
.col-left { .col-left {
@ -952,7 +955,7 @@ aside .toggle-inside li {
width: var(--column-left-width); width: var(--column-left-width);
} }
.col-left img { .col-left img {
background: var(--column-left-color); background: var(--column-left-color);
margin: 40px 0; margin: 40px 0;
width: 20%; width: 20%;
} }