1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-06-11 20:59:30 +08:00
Files
uni-halo/common/styles/app.theme.scss
T
2022-12-06 15:08:29 +08:00

9 lines
121 B
SCSS

// 主题
:root {
--theme: #f79ea3;
// --theme: #ffaec3;
--main: #303133;
--main-text-color: rgba(12, 25, 50, 1);
}