fix weird whiteness quirk

This commit is contained in:
Ryan Heywood 2025-03-22 22:35:04 -04:00
parent f59d20d9ef
commit a8db81311b
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
1 changed files with 5 additions and 3 deletions

View File

@ -295,6 +295,9 @@ a:hover {
border-radius: 4px;
margin-left: 0px;
padding-left: 0px;
/* TODO: for some reason, removing this makes it white. */
/* Firefox shows no computed reason for it to be white. */
background-color: var(--background-color);
}
.arrow {
@ -1572,13 +1575,12 @@ pre {
margin: 80px 0px;
}
.blog a {
.post a {
color: var(--light-teal);
}
.blog a:hover {
.post a:hover {
text-decoration: underline;
background: var(--background-color);
}
.blog-details {