MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
adjusting editing interface
(fixing TOC number color; removing bolding for text that use Kurokane as a font for accessibility sake.)
(adjusting editing interface)
Line 100: Line 100:
     border-color: #3A4246;
     border-color: #3A4246;
     color: #E6E6E6;
     color: #E6E6E6;
}
.CodeMirror {
  background: black;
  color: #fff;
}
.CodeMirror-gutters {
  background-color: #1c1c1c;
}
.oo-ui-iconElement-icon, .wikiEditor-ui-toolbar .tabs span.tab a::before {
  filter: invert(1) hue-rotate(180deg);
}
.wikiEditor-ui-toolbar .tabs span.tab a {
  color: #fff;
}
}
/* Template:Documentation */
/* Template:Documentation */

Navigation menu