User:Teltura: Difference between revisions

From LOTR-TCG Wiki
No edit summary
No edit summary
Line 15: Line 15:


================================</nowiki>
================================</nowiki>
Or putting the following into a Stylus css edit for wiki.lotrtcgpc.net
<nowiki>
.whitebg img[src$=".svg"] {
    filter: invert(1);
}
</nowiki>


This will cause the custom culture icons etc to all show up properly.
This will cause the custom culture icons etc to all show up properly.

Revision as of 15:34, 17 April 2025

Administrator of the Lord of the Rings TCG Wiki, Second Owner of TLHH, Operator of the PC Servers, Maintainer of GEMP, First Of His Name, True Heir to the Thrones of Gondor and Arnor, etc, etc.

I can be contacted here, on TLHH, or on the PC Discord (username ketura on that server).


If you (like me) prefer to use a dark mode, I would advise using the DarkReader extension, and adding the following custom CSS to the Dynamic Theme Editor:

================================

wiki.lotrtcgpc.net

INVERT
.whitebg img[src$=".svg"]

================================


Or putting the following into a Stylus css edit for wiki.lotrtcgpc.net .whitebg img[src$=".svg"] { filter: invert(1); }

This will cause the custom culture icons etc to all show up properly.