Use currentColor to style svg (#9316)

* Replace fill: with currentColor

* Remove fill from wikitext

* Replace fill property with color property for svg selectors

* Further remove fill property

* Replace more fill properties

* Replace fill in seamless theme

* Replace fill in plugins
This commit is contained in:
Leilei332
2025-10-07 11:55:26 +01:00
committed by GitHub
parent 7e91bac6b8
commit dc7f2a57bb
12 changed files with 60 additions and 91 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ tags: [[$:/tags/Stylesheet]]
}
.tc-comment-button button svg {
fill: <<colour download-background>>;
color: <<colour download-background>>;
height: 2em;
width: 2em;
}