Commit 08c1d73e by lsk

主题色更改

parent 4b7c0fc7
......@@ -33,7 +33,7 @@
--lineheight: 24px;
--normalfont: 12px;
/* --themecolor: #1561E0; */
--themecolor: #409EFF;
--themecolor: #1561E0;
}
#app {
font-family: Helvetica, sans-serif;
......@@ -70,8 +70,7 @@
}
.el-menu-item.is-active {
color: #fff;
/* background-color: var(--themecolor); */
background-color: #1561E0;
background-color: var(--themecolor);
}
.eContainer-menu-search {
background: var(--sidecolor);
......
......@@ -263,11 +263,9 @@ export default {
margin-right: 15px;
}
.tags-view-container .tags-view-wrapper .tags-view-item.active {
/* background-color: var(--themecolor); */
background-color: #1561E0;
background-color: var(--themecolor);
color: #fff;
/* border-color: var(--themecolor); */
border-color: #1561E0;
border-color: var(--themecolor);
}
.tags-view-container
.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