From d8b8ddd36303576baa825add7c870c38da12427f Mon Sep 17 00:00:00 2001 From: hal Date: Fri, 4 Oct 2024 16:05:55 +0200 Subject: [PATCH] miniflux css theme --- content/mf.css | 1 + 1 file changed, 1 insertion(+) diff --git a/content/mf.css b/content/mf.css index 0508220..25357f9 100644 --- a/content/mf.css +++ b/content/mf.css @@ -1,3 +1,4 @@ +/* miniflux custom theme for flux.rootdo.com */ :root { --font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --body-color: rgba(255, 255, 255, 0.7);