diff --git a/sass/static/style.scss b/sass/static/style.scss index 2f3812e..3f0decb 100644 --- a/sass/static/style.scss +++ b/sass/static/style.scss @@ -153,54 +153,75 @@ $icon_h2_slash_svg: ' '; $icon_h2_slash: url("data:image/svg+xml; utf8, #{url-encode($icon_h2_slash_svg)}"); -// CC0; based on: https://www.svgrepo.com/svg/86063/rss-feed-symbol +// CC0; based on: https://www.svgrepo.com/svg/211498/rss $icon_rss_svg: ' - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + '; $icon_rss: url("data:image/svg+xml; utf8, #{url-encode($icon_rss_svg)}");