diff --git a/css/style.css b/css/style.css index 2feb820..9f21cc6 100755 --- a/css/style.css +++ b/css/style.css @@ -1,8 +1,12 @@ +@import url('https://fonts.googleapis.com/css2?family=Supermercado+One&display=swap'); + /* Basic Style */ body { - background: #fff; + background: #FFEFBA; /* fallback for old browsers */ + background: -webkit-linear-gradient(to right, #FFFFFF, #FFEFBA); /* Chrome 10-25, Safari 5.1-6 */ + background: linear-gradient(to right, #FFFFFF, #FFEFBA); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ color: #333; - font-family: Lato, sans-serif; + font-family: 'Supermercado One', cursive; } .container { display: block; @@ -117,4 +121,4 @@ ul li.editMode input[type=text] { ul li.editMode label { display:none; -} \ No newline at end of file +}