File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+ }
Original file line number Diff line number Diff line change 1- .search-dialog {
2- border-radius : 8px ;
3- }
41/*评论区显示*/
52.vmaster {
63 background : # ffa51e ;
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 );;
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 {
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 ;
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 ) {
You can’t perform that action at this time.
0 commit comments