调整配色
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -68,7 +68,7 @@ export default {
|
||||
position: relative;
|
||||
margin: 1.5rem 0;
|
||||
font-size: 1rem;
|
||||
color: #222;
|
||||
color: @textPrimary;
|
||||
}
|
||||
|
||||
> .title::before {
|
||||
|
Reference in New Issue
Block a user