Browse Source

taking out the common fund gueards

master
manetta 4 years ago
parent
commit
bc752ac899
  1. 8
      stylesheet.css

8
stylesheet.css

@ -3,9 +3,9 @@
src: url('fonts/Chilanka-Regular.ttf'); src: url('fonts/Chilanka-Regular.ttf');
} }
body{ body{
background-image: url('img/background.png'); /* background-image: url('img/background.png'); */
background-size: 100% auto; /* background-size: 100% auto; */
background-repeat: repeat-y; /* background-repeat: repeat-y; */
width: calc(100% - 4em); width: calc(100% - 4em);
margin: 2em; margin: 2em;
font-family: 'commonfun', sans-serif; font-family: 'commonfun', sans-serif;
@ -58,4 +58,4 @@ a:visited,
a:hover, a:hover,
code{ code{
color:magenta; color:magenta;
} }

Loading…
Cancel
Save