From 8831b8d3fe084392f8e04c32d483a6db01326c32 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 31 May 2024 13:03:13 +0200 Subject: fix CSP breaking styles in feed browser HTML preview --- templates/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'templates/style.css') diff --git a/templates/style.css b/templates/style.css index 2db3a94..bd07f97 100644 --- a/templates/style.css +++ b/templates/style.css @@ -154,6 +154,11 @@ ul.h-feed li a:visited { color: #8b6fcb; } +svg.rss-icon { + width: 1.5ex; + height: 1.5ex; +} + @media (prefers-color-scheme: dark) { body { background-color: #333; -- cgit 1.4.1