Sfoglia il codice sorgente

commento dark mode

Thomas Buck 2 anni fa
parent
commit
35f8d5da76
1 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 4
    4
      static/css/style.css

+ 4
- 4
static/css/style.css Vedi File

284
     }
284
     }
285
 
285
 
286
     #commento-textarea-root, .commento-guest-details {
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
     #commento-footer, .commento-markdown-button {
293
     #commento-footer, .commento-markdown-button {

Loading…
Annulla
Salva