From ea670a910d75921c85a01b6ed794ed0ba0621ba8 Mon Sep 17 00:00:00 2001 From: Nate Contino Date: Thu, 12 Dec 2024 16:46:25 +0000 Subject: [PATCH] Tweak SVG size --- jekyll-assets/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jekyll-assets/css/style.css b/jekyll-assets/css/style.css index 0b42cd904..dc5ff2466 100644 --- a/jekyll-assets/css/style.css +++ b/jekyll-assets/css/style.css @@ -19,7 +19,7 @@ --copy-button-text: #CCC; --textcolor: white; --subtle-text: #CCC; - --theme-toggle-label: url("data:image/svg+xml;utf8,"); + --theme-toggle-label: url("data:image/svg+xml;utf8,"); /* header and footer styling */ --rptl-header-background-color: var(--bg); @@ -58,7 +58,7 @@ --copy-button-text: #444; --textcolor: black; --subtle-text: #444; - --theme-toggle-label: url("data:image/svg+xml;utf8,"); + --theme-toggle-label: url("data:image/svg+xml;utf8,"); /* header and footer styling */ --rptl-header-background-color: var(--bg);