diff options
Diffstat (limited to 'style-alt1.css')
-rw-r--r-- | style-alt1.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/style-alt1.css b/style-alt1.css index a614e8b..1a85f65 100644 --- a/style-alt1.css +++ b/style-alt1.css @@ -1,5 +1,5 @@ @import url("/style.css"); -body {padding:0; margin:0; color:#111111; background: #ffffff; font-family: sans-serif; font-weight:normal; font-style:normal; font-size:15px; line-height:1.4;} +html {padding:0; margin:0; color:#111111; background: #ffffff; font-family: sans-serif; font-weight:normal; font-style:normal; font-size:1rem; line-height:1.4;} |