Gave code blocks a refresh for my new post.
code {
background-color: black;
color: white;
padding-left: 4px;
padding-right: 4px;
border-radius: 5px;
font-size: 20px;
}
pre code {
padding: 15px;
display: block;
overflow-x: scroll;
background-color: black;
color: white;
font-size:xx-large;
font-size: 20px;
}
Explanatory post here.
I finally got around to making a dark mode! You can toggle it by clicking my pfp. Also changed up how links look, I think it makes a big difference! Oh, also I gave the navigation bar fun animations.
a {
text-decoration: underline;
color: inherit;
text-decoration-color: green;
text-decoration-thickness: 2.5px;
}
a:hover {
color: green;
}
For search engines and people!
I made the post listings in /blog and /bookbug look much better. You know, I'm really starting to love the look of the site with these more recent changes.
I finally accepted in my heart that the serif font was too difficult to read, so I switched it over to Atkinson's Hyperlegible.
Thought it would be nice to contextualize things. Also going through some of my older posts and deciding what I want up lol.
For buttons to other websites! Will pretty-ify later. Finally put the guestbook page back together!
Just some small changes to my bio. Will flesh it out later. Over on /bookbug I added the LibraryThing library widget, which I think is neat.
I got sick of Hugo! This started about a week ago when I started perusing the 11ty docs. Having started school I've felt that I needed my website to have more of a professional look. I started to replicate things on my local machine, and I actually really like 11ty. It has some quirks that I'm not crazy about (like having to write JS, the pain of getting Markdown footnotes to work), but I think that's just opportunity to grow.