|
@@ -7,6 +7,13 @@
|
|
|
--menu-hover: #263445;
|
|
|
--sidebar-logo-background: #2d3748;
|
|
|
--el-mask-color: #f1f3f5;
|
|
|
+ //ohos 颜色样式更改
|
|
|
+ --ohos-bg: #000;
|
|
|
+ --ohos-text: #ffffff;
|
|
|
+ --ohos-area-bg: #191919;
|
|
|
+ --ohos-box-bg: #ffffff20;
|
|
|
+ --ohos-area-active-bg: #e5e5e5;
|
|
|
+ --ohos-text-green: #3d0158;
|
|
|
}
|
|
|
|
|
|
/** 暗黑主题 */
|
|
@@ -29,7 +36,7 @@ $sidebar-width-collapsed: 54px; // 侧边栏收缩宽度
|
|
|
$navbar-height: 80px; // 导航栏高度
|
|
|
$tags-view-height: 34px; // TagsView 高度
|
|
|
|
|
|
-$animation-duration:1.5s;
|
|
|
+$animation-duration: 1.5s;
|
|
|
$select-hover: #0a59f7; //选中主题色
|
|
|
$font-default-black: #303030; //字体默认黑
|
|
|
$font-default-60: #00000060; //黑字体透明60%
|