MediaWiki:Anisa.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* FORCE OVERRIDE FOR ANISA */ | |||
:root { | |||
--kh-green: #3e5a47 !important; | |||
--kh-yellow: #ffd700 !important; | |||
} | |||
/* Force links to Green */ | |||
a, .mw-body a { color: #3e5a47 !important; } | |||
a:visited { color: #2d4234 !important; } | |||
/* Force headers to Green */ | |||
.mw-parser-output h2, | |||
.mw-parser-output h3 { | |||
border-bottom: 2px solid #3e5a47 !important; | |||
color: #3e5a47 !important; | |||
} | |||
/* Version 1.0.2 - KH Leaf Unified */ | /* Version 1.0.2 - KH Leaf Unified */ | ||
/* 1. UNIVERSAL COLOR VARIABLES */ | /* 1. UNIVERSAL COLOR VARIABLES */ | ||