use white for better contrast on hovered links

This commit is contained in:
wi11-holdsworth 2025-05-29 12:12:03 +10:00
parent 2c3599cf34
commit 2d4ac41cfa

View file

@ -19,12 +19,12 @@ a:visited {
}
a:hover {
color: #d9d9d9;
color: white;
background-color: #00a2e7;
}
a:visited:hover {
color: #d9d9d9;
color: white;
background-color: #ca1a70;
}