fix CSP breaking styles in feed browser HTML preview
1 file changed, 5 insertions(+), 0 deletions(-)
changed files
M templates/style.css → 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;