updating stylesheet

This commit is contained in:
onomanapeia 2024-02-27 07:31:31 -06:00
parent 2da7fe9b38
commit 65cc43e661

View file

@ -112,6 +112,10 @@ a {
} }
a:focus a:focus
a:hover {
background-color: var(--linkColor);
color: var(--bgColor)
}
ul { ul {
list-style: none; list-style: none;