X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=backend%2Fstyle.scss;h=b008968840a65e4489268da8cf1c3dbeb4ce04dc;hb=752356234981aff11c98cf77d9c504095dfa6fe2;hp=1482fa603898dab570a9e9218fd6e2609a391766;hpb=c06453cb2e95d2b4b7e81c3b80b45877d2010f75;p=valheim_web.git 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; }