From: Greg Burri Date: Wed, 10 Mar 2021 12:48:56 +0000 (+0100) Subject: Simplify CSS X-Git-Url: http://git.euphorik.ch/index.cgi?p=valheim_web.git;a=commitdiff_plain;h=752356234981aff11c98cf77d9c504095dfa6fe2 Simplify CSS --- diff --git a/backend/style.scss b/backend/style.scss index 1482fa6..b008968 100644 --- a/backend/style.scss +++ b/backend/style.scss @@ -1,18 +1,20 @@ -* { - margin: 15px; - padding: 0px; -} - body { - font-size: 18px; text-shadow: 2px 2px 2px #DDD; text-align: center; - line-height: 15px; color: #5b5b5b; background-color: #ededed; - margin: 0px; +} + +h1 { + font-size: 22px; + margin: 20px; +} + +p { + font-size: 18px; + margin: 15px; } img { - border: 0px; + border: 0px; }