Skip to content

Commit 08d2132

Browse files
authored
1.2.0更新
1.2.0更新
1 parent f473703 commit 08d2132

File tree

2 files changed

+21
-15
lines changed

2 files changed

+21
-15
lines changed

Diff for: css/custom.css

+5-2
Original file line numberDiff line numberDiff line change
@@ -1756,7 +1756,7 @@ div.snote.danger:before,div.snote.error:before {
17561756
}
17571757

17581758
#footer #footer-wrap,#footer #footer-wrap a {
1759-
color: #333
1759+
color: var(--font-color);
17601760
}
17611761

17621762
@font-face {
@@ -1943,4 +1943,7 @@ pre[class*=language-] {
19431943
}
19441944
[data-theme=dark] .nav-visible>#nav,[data-theme=dark] .nav-fixed>#nav {
19451945
background: rgba(18,18,18,.8)!important;
1946-
}
1946+
}
1947+
#footer-wrap{
1948+
color: var(--font-color)!important;
1949+
}

Diff for: css/style.css

+16-13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
.search-dialog {
2-
border-radius: 8px;
3-
}
41
/*评论区显示*/
52
.vmaster{
63
background: #ffa51e;
@@ -60,15 +57,22 @@
6057
.cancel-comment-reply{
6158
text-align: right;
6259
}
63-
#post-comment .comment-list{
60+
#post-comment {
6461
padding-left: 5px;
6562
}
63+
.comment-list{
64+
padding-left: 0px;
65+
}
6666
.comment-children{
6767
padding-left: 30px;
6868
}
69-
69+
.comment-content{
70+
margin-left: 56px;
71+
}
72+
.comment-parent{border-bottom: 1px solid #f0f0f0;}
7073
.comment-list li {
7174
list-style: none;
75+
margin-bottom: 20px;
7276
}
7377
.comment-body >div> p{
7478
color: var(--font-color);;
@@ -100,6 +104,8 @@
100104
height: 150px;
101105
padding: 0px 6px 8px 13px;
102106
background: url(../img/comment.png) 100% 100% no-repeat!important;
107+
color: var(--text-highlight-color);
108+
font-size: inherit;
103109
}
104110

105111
.textarea:focus{
@@ -170,14 +176,15 @@
170176
.commments-info{
171177
padding: 10px;
172178
}
179+
.commments-info>input{
180+
color: var(--text-highlight-color);
181+
}
182+
173183
.commments-area{
174184
border: 1px solid #f0f0f0;
175185
border-radius: 5px;
176186
}
177187
/*end*/
178-
.comment-list>li{
179-
border-bottom: 1px solid #f0f0f0;
180-
}
181188
.page-navigator{
182189
text-align: center;
183190
padding-left: 0px;
@@ -240,13 +247,9 @@
240247
.textarea:focus{
241248
background-position-x:760px!important;
242249
}
243-
#nav .menus_items .menus_item,#search-button a li span{
250+
#nav .menus_items .menus_item,#search-button>a>i>span{
244251
display: none;
245252
}
246-
.search-dialog {
247-
border-radius: 0;
248-
249-
}
250253
}
251254

252255
@media only screen and (min-width: 768px) and (max-width: 991px) {

0 commit comments

Comments
 (0)