background color fix (look a little better on larger screen)
This commit is contained in:
@@ -1,9 +1,8 @@
|
|||||||
body{
|
body{
|
||||||
background-color: #eff4f9;
|
background-color: #1C406A;
|
||||||
background-image: url("images/background/playstation-minimalism.jpg");
|
background-image: url("images/background/playstation-minimalism.jpg");
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
background-size: 100%;
|
|
||||||
font-family: 'Barlow';font-size: 16px;
|
font-family: 'Barlow';font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user