diff options
Diffstat (limited to 'templates/style.css')
-rw-r--r-- | templates/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
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; |