9 lines
178 B
SCSS
Raw Normal View History

2022-10-17 16:49:29 +08:00
/** dark 主题下的变量 */
// 主题名称
$theme-name: "dark";
// 主题背景颜色
2024-03-28 21:34:24 +08:00
$theme-bg-color: #141414;
// active 状态下文字颜色
2024-03-28 21:34:24 +08:00
$active-font-color: #ffffff;