Mediawiki:common.css
| Line 3,663: | Line 3,663: | ||
.color-middle { | .color-middle { | ||
border-color: var(--wiki-accent); | border-color: var(--wiki-accent); | ||
} | |||
/* The tri-color bar under the header (was red | green | blue) */ | |||
.color-left, | |||
.color-right, | |||
.color-middle { | |||
background: var(--wiki-accent-strong) !important; | |||
} | |||
/* Page-title underline, e.g. under "Main Page" (was blue) */ | |||
h1.firstHeading { | |||
border-bottom-color: var(--wiki-accent) !important; | |||
} | |||
/* Selected + hovered namespace tab underline (was blue / grey) */ | |||
.tools-inline li.selected { | |||
border-bottom-color: var(--wiki-accent) !important; | |||
} | |||
.tools-inline li:hover { | |||
border-bottom-color: var(--wiki-accent-strong) !important; | |||
} | |||
/* Odds and ends that were still blue */ | |||
.suggestions .suggestions-result-current { | |||
background-color: var(--wiki-accent-strong); | |||
color: var(--wiki-surface-0); | |||
} | |||
.mw-datatable th { | |||
background: var(--wiki-surface-2); | |||
} | } | ||