调整配色

This commit is contained in:
2021-06-14 00:58:13 +08:00
parent 14aa41a400
commit 0e10454095
6 changed files with 20 additions and 12 deletions

View File

@@ -82,12 +82,13 @@ export default {
.title {
line-height: 2.5rem;
font-size: 1rem;
color: @textPrimary;
}
.content {
line-height: 1.8rem;
font-size: 0.85rem;
color: #888;
color: @textSecondary;
}
}
}

View File

@@ -191,7 +191,7 @@ export default {
top: 1rem;
left: 0;
font-weight: bold;
color: #555;
color: @textPrimary;
}
.tool-item {
@@ -203,7 +203,7 @@ export default {
border-radius: 0.25rem;
background-color: #FFF;
font-size: 0;
color: #555;
color: @textPrimary;
overflow: hidden;
transition: all @transitionTime;
cursor: pointer;
@@ -227,7 +227,7 @@ export default {
height: calc(1.5em * 2);
line-height: 1.5em;
font-size: 0.75rem;
color: #999;
color: @textSecondary;
}
}
}

View File

@@ -68,7 +68,7 @@ export default {
position: relative;
margin: 1.5rem 0;
font-size: 1rem;
color: #222;
color: @textPrimary;
}
> .title::before {