Commit 08c1d73e by liushikai

主题色更改

parent 4b7c0fc7
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
--lineheight: 24px; --lineheight: 24px;
--normalfont: 12px; --normalfont: 12px;
/* --themecolor: #1561E0; */ /* --themecolor: #1561E0; */
--themecolor: #409EFF; --themecolor: #1561E0;
} }
#app { #app {
font-family: Helvetica, sans-serif; font-family: Helvetica, sans-serif;
...@@ -70,8 +70,7 @@ ...@@ -70,8 +70,7 @@
} }
.el-menu-item.is-active { .el-menu-item.is-active {
color: #fff; color: #fff;
/* background-color: var(--themecolor); */ background-color: var(--themecolor);
background-color: #1561E0;
} }
.eContainer-menu-search { .eContainer-menu-search {
background: var(--sidecolor); background: var(--sidecolor);
......
...@@ -263,11 +263,9 @@ export default { ...@@ -263,11 +263,9 @@ export default {
margin-right: 15px; margin-right: 15px;
} }
.tags-view-container .tags-view-wrapper .tags-view-item.active { .tags-view-container .tags-view-wrapper .tags-view-item.active {
/* background-color: var(--themecolor); */ background-color: var(--themecolor);
background-color: #1561E0;
color: #fff; color: #fff;
/* border-color: var(--themecolor); */ border-color: var(--themecolor);
border-color: #1561E0;
} }
.tags-view-container .tags-view-container
.tags-view-wrapper .tags-view-wrapper
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment