More actions
Created page with "→All CSS here will be loaded for users of the Citizen skin: :root { --color-primary__h: 500 !important; }" |
No edit summary |
||
| (14 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
:root { | /*:root, | ||
:root.skin-theme-clientpref-os { | |||
--color-surface-0-oklch__c: 0; | |||
--color-surface-0-oklch__l: 100%; | |||
}*/ | |||
.citizen-page-header { | |||
margin-top:70px; | |||
} | |||
.citizen-footer, #siteSub { | |||
display:none; | |||
} | } | ||
Latest revision as of 16:20, 4 April 2025
/* All CSS here will be loaded for users of the Citizen skin */
/*:root,
:root.skin-theme-clientpref-os {
--color-surface-0-oklch__c: 0;
--color-surface-0-oklch__l: 100%;
}*/
.citizen-page-header {
margin-top:70px;
}
.citizen-footer, #siteSub {
display:none;
}