My Custom Miniflux CSS Theme

| snippets | web | design |

My miniflux theme, its so simple but I love reading feeds with miniflux with this theme now. I liked it so much that I updated the theme of this site to look the same.

  1. Set Theme in /settings to Dark - Serif
  2. Copy this Custom CSS
* {
font-family: monospace;
}

a {
color: skyblue;
}

.entry-content a:visited {
color: violet;
}

.item-meta a {
color: white;
}

.item-meta a:hover {
color: pink;
}

.entry-content {
color: white;
}

img {
display: none;
}

I removed all images with img {display:none;} that is a bit of a hot take, you don’t have to go this crazy, but I vastly prefer the reading experience this way.

Thank you for reading! Share your thoughts with me on bluesky, mastodon, or via email.

Check out some more stuff to read down below.

Most popular posts this month

Recent Favorite Blog Posts

This is a collection of the last 8 posts that I bookmarked.

Articles from blogs I follow around the net

GPT-5.2

OpenAI reportedly declared a "code red" on the 1st of December in response to increasingly credible competition from the likes of Google's Gemini 3. It's less than two weeks later and they just announced GPT-5.2, calling it "the most c…

via Simon Willison's Weblog: Entries December 11, 2025

Marc was Invited to the “Wake Up Excited” Podcast by Brad Frost

A big part of our chat circled around authenticity and self-worth. A few questions we touched were: How easy is it to overlook your own achievements? How strange does it feel to work alone so much? How often do we […]

via Blog – Brad Frost December 11, 2025

Reflections on my first year writing full time

The best essays Johanna and I wrote in 2025, and some reflections on what it was like to write them.

via Escaping Flatland December 11, 2025

Generated by openring