浏览代码

commento dark mode

Thomas Buck 2 年前
父节点
当前提交
35f8d5da76
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4
    4
      static/css/style.css

+ 4
- 4
static/css/style.css 查看文件

@@ -284,10 +284,10 @@ table, th, td, pre, .border, .releasecard, #index-avatar {
284 284
     }
285 285
 
286 286
     #commento-textarea-root, .commento-guest-details {
287
-        color: #FFFFFF;
288
-        background-color: #232323;
289
-        border-color: #B0B0B0;
290
-        border-width: 2px;
287
+        color: #FFFFFF !important;
288
+        background-color: #232323 !important;
289
+        border-color: #B0B0B0 !important;
290
+        border-width: 2px !important;
291 291
     }
292 292
 
293 293
     #commento-footer, .commento-markdown-button {

正在加载...
取消
保存