fix weird whiteness quirk
This commit is contained in:
parent
f59d20d9ef
commit
a8db81311b
|
@ -295,6 +295,9 @@ a:hover {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
padding-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 {
|
.arrow {
|
||||||
|
@ -1572,13 +1575,12 @@ pre {
|
||||||
margin: 80px 0px;
|
margin: 80px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.blog a {
|
.post a {
|
||||||
color: var(--light-teal);
|
color: var(--light-teal);
|
||||||
}
|
}
|
||||||
|
|
||||||
.blog a:hover {
|
.post a:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
background: var(--background-color);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.blog-details {
|
.blog-details {
|
||||||
|
|
Loading…
Reference in New Issue