Skip to content

Commit bd5285b

Browse files
committed
知识库dark适配
1 parent 5d9142b commit bd5285b

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

web/src/dss/module/footer/guide.vue

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -439,9 +439,10 @@ export default {
439439
font-size: 16px;
440440
height: 32px;
441441
line-height: 32px;
442+
@include font-color(#333, $dark-workspace-title-color);
442443
}
443444
.navbar-head-btn-disabled {
444-
color: #c0c6cc;
445+
@include font-color(#c0c6cc, #666);
445446
cursor: default;
446447
}
447448
.navbar-head-search {
@@ -455,6 +456,7 @@ export default {
455456
left: 10px;
456457
top: 0;
457458
font-size: 16px;
459+
@include font-color(#333, $dark-text-color);
458460
}
459461
/deep/.ivu-input {
460462
text-indent: 24px;
@@ -470,7 +472,7 @@ export default {
470472
display: inline-block;
471473
cursor: pointer;
472474
vertical-align: middle;
473-
color: #666;
475+
@include font-color(#666, $dark-workspace-title-color);
474476
&:hover {
475477
color: #2e92f7;
476478
}
@@ -487,7 +489,7 @@ export default {
487489
.breadcrumb-title {
488490
display: inline-block;
489491
vertical-align: middle;
490-
color: #999;
492+
@include font-color(#999, $dark-text-color);
491493
cursor: default;
492494
}
493495
}

web/src/dss/module/footer/libraryDetail.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ export default {
5858
.library-detail-title {
5959
margin: 20px 15px;
6060
font-size: 20px;
61-
@include font-color(#333, $dark-workspace-title-color);
61+
@include font-color(#333, $dark-text-color);
6262
}
6363
.library-detail-time {
6464
margin: 15px;
6565
font-size: 12px;
66-
@include font-color(#999, $dark-workspace-title-color);
66+
@include font-color(#999, $dark-text-color);
6767
}
6868
.library-detail-content {
6969
padding: 0 15px 15px;

0 commit comments

Comments
 (0)