소스 검색

implement dark mode style for commento

Thomas Buck 2 년 전
부모
커밋
0499f95296
1개의 변경된 파일23개의 추가작업 그리고 0개의 파일을 삭제
  1. 23
    0
      static/css/style.css

+ 23
- 0
static/css/style.css 파일 보기

@@ -278,4 +278,27 @@ table, th, td, pre, .border, .releasecard, #index-avatar {
278 278
     pre {
279 279
         background-color: #000000;
280 280
     }
281
+
282
+    .commento-profile-button {
283
+        fill: #FFFFFF;
284
+    }
285
+
286
+    #commento-textarea-root {
287
+        color: #FFFFFF;
288
+        background-color: #232323;
289
+        border-color: #B0B0B0;
290
+        border-width: 2px;
291
+    }
292
+
293
+    #commento-footer, .commento-markdown-button {
294
+        display: none !important;
295
+    }
296
+
297
+    .commento-card {
298
+        background-color: #232323 !important;
299
+    }
300
+
301
+    .commento-name, .commento-permalink, [id^=commento-comment-text] p {
302
+        color: #FFFFFF !important;
303
+    }
281 304
 }

Loading…
취소
저장