More actions
(Created page with "→All CSS here will be loaded for users of the Citizen skin: :root { --width-layout: 1800px; }") |
No edit summary |
||
Line 2: | Line 2: | ||
:root { | :root { | ||
--width-layout: 1800px; | --width-layout: 1800px; | ||
} | |||
div.gallerytext { | |||
font-size: none; | |||
font-style: none; | |||
font-size: none; | |||
} | |||
.gallerytext>p>a { | |||
color: none !important; | |||
} | } |
Revision as of 13:02, 17 November 2022
/* All CSS here will be loaded for users of the Citizen skin */
:root {
--width-layout: 1800px;
}
div.gallerytext {
font-size: none;
font-style: none;
font-size: none;
}
.gallerytext>p>a {
color: none !important;
}