all repos — website @ 8831b8d3fe084392f8e04c32d483a6db01326c32

My website

fix CSP breaking styles in feed browser HTML preview

Alan Pearce
commit

8831b8d3fe084392f8e04c32d483a6db01326c32

parent

cf38b8d92bde6dd349f286ccfff4a77db9513b50

1 file changed, 5 insertions(+), 0 deletions(-)

changed files
M templates/style.csstemplates/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;