fix weird whiteness quirk

This commit is contained in:
Ryan Heywood 2025-03-22 22:35:04 -04:00 committed by Anton Livaja
parent d53788c2b5
commit b441167f8f
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
1 changed files with 5 additions and 3 deletions

View File

@ -367,6 +367,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 {
@ -1724,13 +1727,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 {