File tree 2 files changed +21
-15
lines changed
2 files changed +21
-15
lines changed Original file line number Diff line number Diff line change @@ -1756,7 +1756,7 @@ div.snote.danger:before,div.snote.error:before {
1756
1756
}
1757
1757
1758
1758
# footer # footer-wrap , # footer # footer-wrap a {
1759
- color : # 333
1759
+ color : var ( --font-color );
1760
1760
}
1761
1761
1762
1762
@font-face {
@@ -1943,4 +1943,7 @@ pre[class*=language-] {
1943
1943
}
1944
1944
[data-theme = dark ] .nav-visible > # nav , [data-theme = dark ] .nav-fixed > # nav {
1945
1945
background : rgba (18 , 18 , 18 , .8 )!important ;
1946
- }
1946
+ }
1947
+ # footer-wrap {
1948
+ color : var (--font-color )!important ;
1949
+ }
Original file line number Diff line number Diff line change 1
- .search-dialog {
2
- border-radius : 8px ;
3
- }
4
1
/*评论区显示*/
5
2
.vmaster {
6
3
background : # ffa51e ;
60
57
.cancel-comment-reply {
61
58
text-align : right;
62
59
}
63
- # post-comment . comment-list {
60
+ # post-comment {
64
61
padding-left : 5px ;
65
62
}
63
+ .comment-list {
64
+ padding-left : 0px ;
65
+ }
66
66
.comment-children {
67
67
padding-left : 30px ;
68
68
}
69
-
69
+ .comment-content {
70
+ margin-left : 56px ;
71
+ }
72
+ .comment-parent {border-bottom : 1px solid # f0f0f0 ;}
70
73
.comment-list li {
71
74
list-style : none;
75
+ margin-bottom : 20px ;
72
76
}
73
77
.comment-body > div > p {
74
78
color : var (--font-color );;
100
104
height : 150px ;
101
105
padding : 0px 6px 8px 13px ;
102
106
background : url(../ img/comment.png) 100% 100% no-repeat!important ;
107
+ color : var (--text-highlight-color );
108
+ font-size : inherit;
103
109
}
104
110
105
111
.textarea : focus {
170
176
.commments-info {
171
177
padding : 10px ;
172
178
}
179
+ .commments-info > input {
180
+ color : var (--text-highlight-color );
181
+ }
182
+
173
183
.commments-area {
174
184
border : 1px solid # f0f0f0 ;
175
185
border-radius : 5px ;
176
186
}
177
187
/*end*/
178
- .comment-list > li {
179
- border-bottom : 1px solid # f0f0f0 ;
180
- }
181
188
.page-navigator {
182
189
text-align : center;
183
190
padding-left : 0px ;
240
247
.textarea : focus {
241
248
background-position-x : 760px !important ;
242
249
}
243
- # nav .menus_items .menus_item , # search-button a li span {
250
+ # nav .menus_items .menus_item , # search-button > a > i > span {
244
251
display : none;
245
252
}
246
- .search-dialog {
247
- border-radius : 0 ;
248
-
249
- }
250
253
}
251
254
252
255
@media only screen and (min-width : 768px ) and (max-width : 991px ) {
You can’t perform that action at this time.
0 commit comments