MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 939:
/* ======================================================= */
/* GLOBAL HEADINGS &
/* ======================================================= */
/* 1. Target Text Colors: standard headings, main titles, and mobile headings */
h1, h2, h3, h4, h5, h6,
.firstHeading,
.mw-page-title-main,
.mw-headline {▼
.page-heading,
.section-heading,
.vector-sticky-header-context-bar-primary {
color: #202122 !important;
}
/* 2.
h1, h2,
.firstHeading,
.page-heading,
.section-heading {
border-bottom: 1px solid #202122 !important;
}
/* 3.
hr
background-color: #202122 !important;
color: #202122 !important;
height: 1px !important;
border: none !important;
}
/* 4. Mobile Specific (Minerva skin) Adjustments */
/* Ensures the 'Home' title on mobile doesn't have default gray shadows or borders */
.skin-minerva .page-heading {
border-bottom-color: #202122 !important;
}
/* Ensures the chevron/arrow next to collapsible sections on mobile matches the color */
.skin-minerva .section-heading .mw-ui-icon-wikimedia-expand-small {
filter: grayscale(1) brightness(0.2);
}
| |||