1,131
edits
No edit summary |
No edit summary |
||
| Line 228: | Line 228: | ||
body.wgl-darkmode { | body.wgl-darkmode { | ||
--documentation-background: # | --documentation-background: #1f293e; | ||
--documentation-link-color: # | --documentation-link-color: #8cabe6; | ||
--documentation-headers-color: # | --documentation-headers-color: #cbd9f4; | ||
--documentation-header-background: # | --documentation-header-background: #222e45; | ||
--documentation-subheader-background: # | --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; | |||
} | } | ||