Views
Actions
Difference between revisions of "MediaWiki:Citizen.css"
From Cyber
| Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Citizen skin */ | /* All CSS here will be loaded for users of the Citizen skin */ | ||
| − | .mw-body-content h2 | + | .mw-body-content h2 { |
| − | |||
border-bottom: 1px solid var(--color-base--subtle); | border-bottom: 1px solid var(--color-base--subtle); | ||
} | } | ||
Revision as of 02:29, 22 January 2021
/* All CSS here will be loaded for users of the Citizen skin */
.mw-body-content h2 {
border-bottom: 1px solid var(--color-base--subtle);
}