From 82cf74b3043e2e268217004d9a39ccb6fde8d6c1 Mon Sep 17 00:00:00 2001 From: colin Date: Thu, 30 Jun 2022 17:04:25 -0700 Subject: [PATCH] swap in a nicer RSS feed logo --- sass/static/style.scss | 113 ++++++++++++++++++++++++----------------- 1 file changed, 67 insertions(+), 46 deletions(-) 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)}");