Views
Actions
Difference between revisions of "MediaWiki:Citizen.css"
From Cyber
(Created page with "→All CSS here will be loaded for users of the Citizen skin: h2.ve-ce-branchNode.ve-ce-contentBranchNode { border-bottom: 1px solid var(--color-base--subtle); }") |
|||
| 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, | ||
h2.ve-ce-branchNode.ve-ce-contentBranchNode { | h2.ve-ce-branchNode.ve-ce-contentBranchNode { | ||
border-bottom: 1px solid var(--color-base--subtle); | border-bottom: 1px solid var(--color-base--subtle); | ||
} | } | ||
Revision as of 02:28, 22 January 2021
/* All CSS here will be loaded for users of the Citizen skin */
.mw-body-content h2,
h2.ve-ce-branchNode.ve-ce-contentBranchNode {
border-bottom: 1px solid var(--color-base--subtle);
}