MediaWiki:Vector-dark.css: Difference between revisions
Appearance
Cdjensen94 (talk | contribs) No edit summary |
Cdjensen94 (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
@import url('https://fonts.googleapis.com/css2?family=Bona+Nova:ital,wght@0,400;0,700;1,400&family=Metamorphous&display=swap'); | |||
/* 🟠 Dark Theme - Header */ | /* 🟠 Dark Theme - Header */ | ||
.vector-header-container .mw-header, .vector-header-container .vector-sticky-header { | .vector-header-container .mw-header, .vector-header-container .vector-sticky-header { | ||
Line 358: | Line 359: | ||
--color-base--subtle: #FF851B; | --color-base--subtle: #FF851B; | ||
} | } | ||
.bona-nova-regular { | .bona-nova-regular { | ||
font-family: "Bona Nova", serif; | font-family: "Bona Nova", serif; | ||
Line 1,214: | Line 1,215: | ||
.pi-image img { | .pi-image img { | ||
width: 100%; /* Makes it fill the container */ | width: 100%; /* Makes it fill the container */ | ||
height: auto; /* Maintain aspect ratio */ | height: auto; /* Maintain aspect ratio */ |