MediaWiki:Common.css: Difference between revisions
m 4 revisions imported |
No edit summary |
||
| Line 1: | Line 1: | ||
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@700&family=Crimson+Pro:wght@400;700&display=swap'); | |||
/* Use :root for maximum compatibility */ | |||
:root { | |||
--kh-green: #3e5a47 !important; | |||
--kh-yellow: #ffd700 !important; | |||
--kh-dark-text: #2d4234 !important; | |||
--kh-light-bg: #f9fdfa !important; | |||
--kh-label-bg: #f2f2f2 !important; | |||
--kh-data-bg: #ffffff !important; | |||
} | |||
/* ============================================================ | /* ============================================================ | ||
KH LEAF THEME - FINAL UNIFIED VERSION | KH LEAF THEME - FINAL UNIFIED VERSION | ||
| Line 4: | Line 17: | ||
/* 1. FONT IMPORTS (KH-Style Serifs) */ | /* 1. FONT IMPORTS (KH-Style Serifs) */ | ||
/* 2. UNIVERSAL COLOR VARIABLES */ | /* 2. UNIVERSAL COLOR VARIABLES */ | ||