Improved link contrast

This commit is contained in:
Sasha Koshka 2022-09-19 17:35:59 -04:00 committed by Sasha Koshka
parent 2a5b0e1814
commit 759bbfd491
1 changed files with 7 additions and 1 deletions

View File

@ -22,9 +22,15 @@
scrollbar-color: #8f2424 transparent;
}
*:focus {
outline: 2px solid hsl(0, 80%, 40%);
}
a {
color: #8f2424;
color: #df1b1b;
text-decoration: none;
font-weight: bold;
}
a:hover {