feat: add blog #7

Manually merged
anton merged 32 commits from feat/blog into main 2025-04-03 03:34:49 +00:00
1 changed files with 5 additions and 3 deletions
Showing only changes of commit b441167f8f - Show all commits

View File

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