More actions
RainbowGem2 (talk | contribs) No edit summary |
RainbowGem2 (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
/*** ROOT :: The root holds the colors. ***/ | /*** ROOT :: The root holds the colors. ***/ | ||
:root { | :root { | ||
--theme-catlink-background-color: rgb(49 57 54 / 100%); | --theme-catlink-background-color: rgb(49 57 54 / 100%); | ||
Line 70: | Line 62: | ||
/*** h1,ETC. :: This is where header color is handled. ***/ | /*** h1,ETC. :: This is where header color is handled. ***/ | ||
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a{ | .vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a, .mw-body h1, h2, h3, h4, h5, h6{ | ||
color: var(--theme-text-header-color); | color: var(--theme-text-header-color); | ||
font-family:'Retail Demo Regular'; | font-family:'Retail Demo Regular'; | ||
} | } | ||