From 73f7ea90bfcee53def25474935d0176080809dff Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Tue, 8 Jun 2021 08:38:43 +0200 Subject: [PATCH] [css] Add unfeeder to local stylesheets --- dot_local/share/user-content.css.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_local/share/user-content.css.tmpl b/dot_local/share/user-content.css.tmpl index d84acd6..dd1dfe4 100644 --- a/dot_local/share/user-content.css.tmpl +++ b/dot_local/share/user-content.css.tmpl @@ -4,7 +4,7 @@ } } -@-moz-document domain(68.news) { +@-moz-document domain(68k.news), domain(unfeeder.com) { body { font-family: "JetBrains Mono" !important; }