更多操作
无编辑摘要 |
无编辑摘要 |
||
| 第4行: | 第4行: | ||
/* Pink is the new black */ | /* Pink is the new black */ | ||
--color-primary__h: 60; | --color-primary__h: 60; | ||
--color-progressive-oklch__h: 60; | |||
} | } | ||
:root.skin-theme-clientpref-light { | :root.skin-theme-clientpref-light { | ||
/* Pink is the new black */ | /* Pink is the new black */ | ||
--color-primary__h: 60; | --color-primary__h: 60; | ||
--color-progressive-oklch__h: 60 | --color-progressive-oklch__h: 60; | ||
} | } | ||
2025年4月23日 (三) 22:08的版本
/* 这里所有CSS都会加载给Citizen皮肤的用户 */
:root {
/* Pink is the new black */
--color-primary__h: 60;
--color-progressive-oklch__h: 60;
}
:root.skin-theme-clientpref-light {
/* Pink is the new black */
--color-primary__h: 60;
--color-progressive-oklch__h: 60;
}