From 8b63eb28149697e0f1320fb40b1c865b88424c7e Mon Sep 17 00:00:00 2001 From: Siphalor Date: Tue, 13 Dec 2022 01:17:45 +0100 Subject: [PATCH] Revert "Extract SVG inline styles to CSS file" This reverts commit 3d0dde80d09f2c19dc32c1dccc40bb23b0a79220. --- header.html | 36 ++++++++++++++++++------------------ index.css | 7 ------- 2 files changed, 18 insertions(+), 25 deletions(-) diff --git a/header.html b/header.html index 37ee05a..342f87f 100644 --- a/header.html +++ b/header.html @@ -35,27 +35,27 @@ LIGHT - - - - - - - - - + + + + + + + + + DARK - - - - - - - - - + + + + + + + + +
diff --git a/index.css b/index.css index 7c04cc4..73842b8 100644 --- a/index.css +++ b/index.css @@ -8,10 +8,3 @@ summary { margin-top: 10px; margin-bottom: 20px; } -svg:is(.mode-sunny, .mode-moon) :is(line, circle), -svg:-webkit-any(.mode-sunny, .mode-moon) :-webkit-any(line, circle), -svg:-moz-any(.mode-sunny, .mode-moon) :-moz-any(line, circles) { - stroke-linecap: round; - stroke-miterlimit: 10; - stroke-width: 32px; -}