forked from indymedia/epicyon
Visited background
parent
a1e5a8da61
commit
1e48f8c84b
|
@ -942,6 +942,9 @@ aside .toggle-inside li {
|
||||||
.column-left a:link {
|
.column-left a:link {
|
||||||
background: var(--column-left-color);
|
background: var(--column-left-color);
|
||||||
}
|
}
|
||||||
|
.column-left a:visited {
|
||||||
|
background: var(--column-left-color);
|
||||||
|
}
|
||||||
.column-left {
|
.column-left {
|
||||||
background-color: var(--column-left-color);
|
background-color: var(--column-left-color);
|
||||||
width: var(--column-left-width);
|
width: var(--column-left-width);
|
||||||
|
|
Loading…
Reference in New Issue