MediaWiki:Common.css: Difference between revisions
Appearance
Replaced content with "body { background: red !important; color: white !important; }" Tags: Replaced Reverted |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
body { background: | @import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500&display=swap'); | ||
* { color: #cdd6f4 !important; background: transparent !important; } | |||
body { background: #1e1e2e !important; font-family: "Fira Code", monospace !import; } | |||
#content, #mw-content-container, .mw-parser-output { background: #24273a !important; } | |||
h1,h2,h3 { color: #89b4fa !important; } | |||
.mw-normal-catlinks { background: #363a4f !important; } | |||
.mw-normal-catlinks li { background: #45475a !important; color: #cdd6f4 !important; } | |||
#p-navigation, #p-namespaces { background: #24273a !important; } | |||
Revision as of 20:07, 8 March 2026
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500&display=swap');
* { color: #cdd6f4 !important; background: transparent !important; }
body { background: #1e1e2e !important; font-family: "Fira Code", monospace !import; }
#content, #mw-content-container, .mw-parser-output { background: #24273a !important; }
h1,h2,h3 { color: #89b4fa !important; }
.mw-normal-catlinks { background: #363a4f !important; }
.mw-normal-catlinks li { background: #45475a !important; color: #cdd6f4 !important; }
#p-navigation, #p-namespaces { background: #24273a !important; }