diff --git a/templates/style.css b/templates/style.css index eba68bc..5c704b1 100644 --- a/templates/style.css +++ b/templates/style.css @@ -1,8 +1,9 @@ html, body { - padding: 0px; - margin: 0px; - font-family: sans-serif; + padding: 0px !important; + margin: 0px !important; + font-family: sans-serif !important; + font-size: 16px !important; background-color: #F7F7F7 !important; }