fix inverted footer a:hover color
This commit is contained in:
parent
312fbfcbf0
commit
43ae91c904
@ -184,6 +184,10 @@ footer a:hover {
|
|||||||
border-bottom: 1px dashed transparent;
|
border-bottom: 1px dashed transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer a:hover {
|
||||||
|
color: var(--text-color);
|
||||||
|
}
|
||||||
|
|
||||||
/* Status overly */
|
/* Status overly */
|
||||||
#status-overlay {
|
#status-overlay {
|
||||||
padding: 20px 0;
|
padding: 20px 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user