Revert "Extract SVG inline styles to CSS file"
This reverts commit 3d0dde80d0.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user