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/feed-styles.xsl | 2 +- templates/style.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/feed-styles.xsl b/templates/feed-styles.xsl index 5953f89..fcca39d 100644 --- a/templates/feed-styles.xsl +++ b/templates/feed-styles.xsl @@ -28,7 +28,7 @@ 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