1,124
edits
(Created page with "→All CSS here will be loaded for users of the Vector skin: :root { --header: #1f8b4c; --secondary-header: #fca349; --primary-background: #c69c6d; --border-text: #000000; --new-link: #a53333; --label-color: #ffd28f; --line-color: #000000; --dark-mode-background: #3e3e3e; --dark-mode-secondary-background: darkgrey; --dark-mode-alt-link: #2d456c; --dark-mode-alt-link-new: #9d0303; --dark-mode-text: white; } .wikitable > * > tr > th { background: var(--...") |
|||
Line 28: | Line 28: | ||
} | } | ||
.header-box { | .header-box, .mainpage-buttons ul li { | ||
background: var(--header); | background: var(--header); | ||
border: 2px solid var(--line-color); | |||
} | } | ||