Skip to content

Commit 4ec7b8f

Browse files
authored
Merge pull request #73 from reveurguy/master
changed bg
2 parents 2b53347 + c10c3aa commit 4ec7b8f

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

assets/css/main.css

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
11
body {
2-
background: #ADA996; /* fallback for old browsers */
3-
background: -webkit-linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996); /* Chrome 10-25, Safari 5.1-6 */
4-
background: linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
2+
background: #C6FFDD; /* fallback for old browsers */
3+
background: -webkit-linear-gradient(to right, #6DD5FA, #FBD786, #C6FFDD); /* Chrome 10-25, Safari 5.1-6 */
4+
background: linear-gradient(to right, #6DD5FA, #FBD786, #C6FFDD); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
55
font-family: 'Oswald', sans-serif !important;
66
font-weight: 400;
77
}
8-
/*
9-
body {
10-
background: #003973;
11-
background: -webkit-linear-gradient(to top, #E5E5BE, #003973);
12-
background: linear-gradient(to top, #E5E5BE, #003973);
13-
font-family: 'Oswald', sans-serif !important;
14-
font-weight:400;
15-
}
16-
*/
8+
179
.nav-item a::before
1810
{
1911
content: '';

0 commit comments

Comments
 (0)