Sfoglia il codice sorgente

Improve basic HTML style

oobabooga 3 anni fa
parent
commit
abb4667b44
1 ha cambiato i file con 2 aggiunte e 3 eliminazioni
  1. 2 3
      modules/html_generator.py

+ 2 - 3
modules/html_generator.py

@@ -22,14 +22,13 @@ def generate_basic_html(s):
         max-width: 600px;
         margin-left: auto;
         margin-right: auto;
-        background-color: #D9D9D9;
+        background-color: rgb(31, 41, 55);
         padding:3em;
     }
     .container p {
         font-size: 14px !important;
-        color: black !important;
+        color: white !important;
         font-family: Helvetica, Arial, sans-serif !important;
-        line-height: 1.428571429 !important;
         margin-bottom: 22px;
     }
     """