Revert "Extract SVG inline styles to CSS file"

This reverts commit 3d0dde80d0.
This commit is contained in:
2022-12-13 01:17:45 +01:00
parent 3d0dde80d0
commit 8b63eb2814
2 changed files with 18 additions and 25 deletions

View File

@@ -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;
}