打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

MediaWiki:Citizen.css:修订间差异

MediaWiki界面页面
RedSea留言 | 贡献
无编辑摘要
RedSea留言 | 贡献
无编辑摘要
第4行: 第4行:
     /* Pink is the new black */
     /* Pink is the new black */
     --color-primary__h: 60;
     --color-primary__h: 60;
     --color-progressive: rgba(80,80,57,1);
}
:root.skin-theme-clientpref-light {
    /* Pink is the new black */
    --color-primary__h: 60;
     --color-progressive-oklch__h: 60
}
}

2025年4月23日 (三) 22:04的版本

/* 这里所有CSS都会加载给Citizen皮肤的用户 */

:root {
    /* Pink is the new black */
    --color-primary__h: 60;
}
:root.skin-theme-clientpref-light {
    /* Pink is the new black */
    --color-primary__h: 60;
    --color-progressive-oklch__h: 60
}