More actions
Testing force unset background image using !important Tag: Reverted |
m Change --color-progressive on dark style Tag: Reverted |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* | /*DARK MODE LINK COLOR*/ | ||
.skin-citizen-dark { | |||
--color-progressive: #5c77b1; | |||
} | |||
/* Ensure links inside .skin-citizen-dark use the variable */ | |||
.skin-citizen-dark a { | |||
color: var(--color-progressive); | |||
} | |||
/*DARK MODE LINK COLOR*/ | |||
/*BEGIN GRID FORMATTING*/ | /*BEGIN GRID FORMATTING*/ |