mirror of
https://gitee.com/dromara/go-view.git
synced 2026-05-12 00:00:01 +08:00
fix: 完成首页静态展示内容
This commit is contained in:
@@ -4,11 +4,11 @@ $--color-warn: #fcbc40;
|
||||
$--color-success: #34c749;
|
||||
|
||||
// 文字
|
||||
$--color-text: hsla(0, 0%, 100%, 1);
|
||||
$--color-text-1: hsla(0, 0%, 100%, 0.9);
|
||||
$--color-text-2: hsla(0, 0%, 100%, 0.7);
|
||||
$--color-text-3: hsla(0, 0%, 100%, 0.5);
|
||||
$--color-text-4: hsla(0, 0%, 100%, 0.3);
|
||||
$--color-text: #1d2129;
|
||||
$--color-text-1: #4e5969;
|
||||
$--color-text-2: #86909c;
|
||||
$--color-text-3: #c9cdd4;
|
||||
$--color-text-4: #f2f3f5;
|
||||
|
||||
// 白色
|
||||
$--color-light-fill: #fff;
|
||||
|
||||
Reference in New Issue
Block a user