Improved link contrast

This commit is contained in:
Sasha Koshka 2022-09-19 17:35:59 -04:00 committed by emma
parent face1de27b
commit 8371ef4d9c
Signed by: emma
GPG Key ID: 6D661C738815E7DD
1 changed files with 2 additions and 6 deletions

View File

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