User:Lapisgaming/vector.css

Source: Wikipedia, the free encyclopedia.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* Used with dark theme ([[MediaWiki:Gadget-dark-mode.css]]) that uses 180deg hue rotation */

#mw-head {
  background-image: linear-gradient(to top,#0000,#4FF);
  filter:hue-rotate(-180deg);
}

.vector-menu-tabs .selected  { background:       unset                                ; }
.vector-menu-tabs .selected  { background-image: linear-gradient(to top,#FFFF,#0000)  ; }
.vector-menu-tabs li         { background-image: linear-gradient(to top,#e8f2f8,#0000); }