MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 936:
margin: 0 !important;
padding: 0 !important;
}
 
/* ======================================================= */
/* HEADINGS & HORIZONTAL LINES COLOR ALIGNMENT */
/* ======================================================= */
 
/* 1. Change Heading Text Color */
h1, h2, h3, h4, h5, h6,
.mw-body h1, .mw-body h2,
.mw-body h3, .mw-body h4,
.mw-body h5, .mw-body h6,
.firstHeading,
.mw-headline {
color: #202122 !important;
}
 
/* 2. Change the Heading Underline (H1 and H2) */
h1, h2,
.mw-body h1,
.mw-body h2 {
border-bottom: 1px solid #202122 !important;
}
 
/* 3. Change Standard Horizontal Rules (----) */
hr {
background-color: #202122 !important;
color: #202122 !important;
height: 1px;
border: none;
}