Improve basic HTML style

This commit is contained in:
oobabooga 2023-02-17 23:08:34 -03:00
parent 00ca17abc9
commit abb4667b44

View file

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