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

View File

@ -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;