diff --git a/src/assets/styles/index.css b/src/assets/styles/index.css
index ecb09750..045b765b 100644
--- a/src/assets/styles/index.css
+++ b/src/assets/styles/index.css
@@ -104,9 +104,9 @@ body {
body,
html {
+ font-family: var(--font-sans);
font-size: var(--font-size-base);
line-height: var(--line-height-base);
- font-family: var(--font-sans);
color: var(--black);
background: var(--white);
margin: 0;
@@ -203,8 +203,7 @@ hr {
hr.large__spacing,
hr.footnotes-sep {
- margin-top: 2.5rem;
- margin-bottom: 2.5rem;
+ margin: 2.5rem 0;
}
/* layout */
@@ -533,8 +532,7 @@ ul, ol {
list-style-position: inside;
}
-ul li,
-ol li {
+li {
margin-top: .375rem;
margin-bottom: .5rem;
}
diff --git a/src/pages/uses.md b/src/pages/uses.md
index 3ac45a11..1fb077d0 100644
--- a/src/pages/uses.md
+++ b/src/pages/uses.md
@@ -61,7 +61,6 @@ Software and services that I use for work and my own enjoyment.
- Bunny.net: a powerful and affordable CDN. I use it to serve assets on my personal site (most notable my now page — raw assets are fetched by Eleventy and then optimized to webp).
- [Plausible](https://plausible.io): powerful, well-designed and privacy-respecting analytics.
- Feedpress: they've been around for a while now and don't change much (nor do they need to), but look no further for reliable, helpful feed analytics.
-- [IVPN](https://www.ivpn.net): my VPN of choice for browsing outside of my home network. Privacy-focused and trustworthy.
- [Readwise Reader](https://readwise.io/read): an impressive RSS reader that handles all the functionality you'd expect from a read it later app beautifully. It's as powerful as it is flexible.
- [Todoist](https://todoist.com): the task manager I always return to for it's flexibility and endless integrations.
- [forwardemail.net](https://forwardemail.net): a simple and reliable service for forwarding and routing emails from a few of the domains I own.