Change the link hover color to a nice shade of purple

This commit is contained in:
Adam Goldsmith 2023-03-24 13:07:06 -04:00
parent 334d663495
commit b55836b6c9
1 changed files with 3 additions and 6 deletions

View File

@ -100,18 +100,15 @@ a {
text-decoration: none;
}
a:hover {
color: #fff;
a:hover,
a:visited:hover {
color: hsl(300, 33%, 60%);
}
a:visited {
color: #6f6144;
}
a:visited:hover {
color: white;
}
ul,
ol {
padding: 0.5em 0em 1em 3.2em;