* Buttons now have less intense borders than previously, for readability
* Changed backgrounds
* Different color gradients for each page
* Added new fonts
* Added [Blog](/blog)
* Removed ~~Favorite Pokémon~~
* Moved back to ~~About~~ as randomized on-page-load sprites. It felt a bit excessive to have a whole page dedicated to something I don't think about that often
* Replaced all `WEBP` images with lossy `PNG` via [pngquant](https://pngquant.org/) and optimized most images with [oxipng](https://github.com/shssoichiro/oxipng)
* Fixed weird behaviour with the [`float` property](https://developer.mozilla.org/en-US/docs/Web/CSS/float) on the sidebar
* Hovering over items would sometimes reset the value back to initial. Substituted it with padding on the main and aside elements