|
|
@ -1,13 +1,4 @@ |
|
|
|
body { /* |
|
|
|
background-image: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), |
|
|
|
url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-light.png") !important; |
|
|
|
background-repeat: repeat, no-repeat; |
|
|
|
background-attachment: fixed, fixed; |
|
|
|
background-position: center center, center center; |
|
|
|
background-size: auto, cover; |
|
|
|
-webkit-background-size: auto, cover; |
|
|
|
-moz-background-size: auto, cover; |
|
|
|
-o-background-size: auto, cover; */ |
|
|
|
body { |
|
|
|
background-color: #1f1f1f; |
|
|
|
color:hsla(0,0%,100%,.7)!important; |
|
|
|
font-family: Open Sans Bold,Helvetica Neue,Helvetica,Arial,sans-serif !important; |
|
|
|