Difference between revisions of "User:Teltura"

From LotR TCG Wiki
(Created page with "Administrator of the Lord of the Rings TCG Wiki. I can be contacted here, on TLHH, or [https://discord.gg/mmyYfJ7 on the PC Discord] (username ketura on that server).")
 
Line 2: Line 2:
  
 
I can be contacted here, on TLHH, or [https://discord.gg/mmyYfJ7 on the PC Discord] (username ketura on that server).
 
I can be contacted here, on TLHH, or [https://discord.gg/mmyYfJ7 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:
 +
 +
<nowiki>
 +
================================
 +
 +
lotrtcgwiki.com
 +
 +
CSS
 +
.whitebg {
 +
    background-color: var(--darkreader-neutral-text);
 +
}
 +
 +
================================</nowiki>
 +
 +
This will cause the custom culture icons etc to all show up properly.

Revision as of 02:47, 7 September 2020

Administrator of the Lord of the Rings TCG Wiki.

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:

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

lotrtcgwiki.com

CSS
.whitebg {
    background-color: var(--darkreader-neutral-text);
}

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

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