1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
| /*背景玻璃化*/ .bg-white { background-color: #ffffff57!important; } #post_comment { background: #ffffff57!important; } #comments { background: #ffffff57!important; color: white } .post-navigation { background: #ffffff57!important; } #content:before { background: url(https://wp.daadn.cn/wp-content/uploads/2021/07/404173c2ae6c4f33a7c2fb3498d06cf1-scaled.jpeg); } /*文字自定义颜色*/ .btn-neutral { color: white } p { color: white } .post-content,.shuoshuo-title,.post-title { color: white } a:not([href]):not([tabindex]) ,.shuoshuo-preview-meta { color:white } /*彩色副标*/ .post-meta-detail-time { color: yellow } .post-meta-detail-views { color: #0000FF } .post-meta-detail-comments { color: #0000FF } .post-meta-detail-categories { color: red } .post-meta-detail-words { color: #00FF00 } /*侧边栏*/ #leftbar_overview_author_name { color: white } .site-state-item-name, .site-state-item-count { color:white } .site-author-links { color: white } /*浮动条*/ .btn-neutral { background-color: #ffffff57!important; } /*切换上下文章*/ .page-navigation-extra-text { color: white } /*评论*/ .post-comment-title ,.custom-control-label ,.comments-title { color: white }
|