2024-03-29 17:00:29 +08:00

9 lines
178 B
SCSS

/** dark 主题下的变量 */
// 主题名称
$theme-name: "dark";
// 主题背景颜色
$theme-bg-color: #141414;
// active 状态下文字颜色
$active-font-color: #ffffff;