From d1176adc7b773e1a05eb4edf028dd88ab9990966 Mon Sep 17 00:00:00 2001 From: handlerug Date: Sun, 20 Jun 2021 12:32:55 +0700 Subject: [PATCH] Remove margins on --- static/default.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/default.css b/static/default.css index 8a99cff..b83d0ad 100644 --- a/static/default.css +++ b/static/default.css @@ -102,7 +102,8 @@ header { width: 100%; margin-bottom: 1rem; } *, *::before, *::after {box-sizing: border-box;} html { height:100%; padding:0; } -body, input, kbd { font-size:16px; font-family: 'PT Sans', 'Liberation Sans', sans-serif; color: black; } +body { margin: 0; font-size:16px; font-family: 'PT Sans', 'Liberation Sans', sans-serif; color: black; } +input, kbd { font: inherit; color: inherit; } textarea {font-size:16px; font-family: 'PT Sans', 'Liberation Sans', sans-serif;} ::-webkit-file-upload-button,