MediaWiki:Mobile.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 228: Line 228:


body.wgl-darkmode {
body.wgl-darkmode {
   --documentation-background: #f9fafa;
   --documentation-background: #1f293e;
   --documentation-link-color: #e4eaee;
   --documentation-link-color: #8cabe6;
   --documentation-headers-color: #fff;
   --documentation-headers-color: #cbd9f4;
   --documentation-header-background: #949eaa;
   --documentation-header-background: #222e45;
   --documentation-subheader-background: #808c9a;
   --documentation-subheader-background: #1f293e;
   --documentation-border: #e4eaee;
   --documentation-border: #e4eaee;
   --mw-templatedata-doc-muted-color: #888;
   --mw-templatedata-doc-muted-color: #888;
Line 304: Line 304:
   color: var(--mw-templatedata-doc-muted-color);
   color: var(--mw-templatedata-doc-muted-color);
   font-style: italic;
   font-style: italic;
}
#documentation-meta-data {
  background-color: transparent !important;
}
}



Navigation menu