Extract SVG inline styles to CSS file
This commit is contained in:
@@ -8,3 +8,10 @@ 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