Difference between revisions of "User:Ickputzdirwech/common.css"

From RimWorld Wiki
Jump to navigation Jump to search
Line 1: Line 1:
@import "https://en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-dark-mode.css&action=raw&ctype=text/css";
+
@import "https://en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-dark-mode.css&action=raw&ctype=text/css" screen and (prefers-color-scheme: dark);
  
 
html * {
 
html * {
 
   text-shadow: 0 0 0;
 
   text-shadow: 0 0 0;
 
}
 
}

Revision as of 16:38, 3 February 2024

@import "https://en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-dark-mode.css&action=raw&ctype=text/css" screen and (prefers-color-scheme: dark);

html * {
  text-shadow: 0 0 0;
}