소스 검색

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 {

Loading…
취소
저장