Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

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

From PCGamingWiki, the wiki about fixing PC games
 
Line 1: Line 1:
 +
/*
 
html {
 
html {
 
   background: black;
 
   background: black;
Line 20: Line 21:
 
   filter: invert(1) hue-rotate(180deg);
 
   filter: invert(1) hue-rotate(180deg);
 
}
 
}
 +
*/

Latest revision as of 02:42, 19 December 2021

/*
html {
  background: black;
}

html
,img
,video
,iframe
,#pcgw-header
,#pcgw-footer
,.svg-icon
,.template-infotable-head > th
,.template-seriesbox-title
,table.template-tocbox td.template-tocbox-body div.toctitle
,.template-infotable-secondhead > th
,.selectedTab
,.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button
,.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type="checkbox"]:checked + span
{
  filter: invert(1) hue-rotate(180deg);
}
*/