fix inverted footer a:hover color

This commit is contained in:
Nick Krecklow 2020-04-19 19:40:41 -05:00
parent 312fbfcbf0
commit 43ae91c904
No known key found for this signature in database
GPG Key ID: 5F149FDE156FFA94

@ -184,6 +184,10 @@ footer a:hover {
border-bottom: 1px dashed transparent;
}
footer a:hover {
color: var(--text-color);
}
/* Status overly */
#status-overlay {
padding: 20px 0;