From bc752ac899e2bcf26e587afc544dcafc0a6b1234 Mon Sep 17 00:00:00 2001 From: manetta Date: Sun, 28 Jun 2020 13:00:42 +0200 Subject: [PATCH] taking out the common fund gueards --- stylesheet.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/stylesheet.css b/stylesheet.css index 97c29b2..144274c 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -3,9 +3,9 @@ src: url('fonts/Chilanka-Regular.ttf'); } body{ - background-image: url('img/background.png'); - background-size: 100% auto; - background-repeat: repeat-y; + /* background-image: url('img/background.png'); */ + /* background-size: 100% auto; */ + /* background-repeat: repeat-y; */ width: calc(100% - 4em); margin: 2em; font-family: 'commonfun', sans-serif; @@ -58,4 +58,4 @@ a:visited, a:hover, code{ color:magenta; -} \ No newline at end of file +}