Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -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;
Expand Down Expand Up @@ -117,4 +121,4 @@ ul li.editMode input[type=text] {

ul li.editMode label {
display:none;
}
}