important
This commit is contained in:
parent
7df4a8d9ba
commit
3fb286717f
@ -1,6 +1,7 @@
|
|||||||
/* GRAFANA BLUR THEME */
|
/* GRAFANA BLUR THEME */
|
||||||
body {
|
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");
|
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-repeat: repeat, no-repeat;
|
||||||
background-attachment: fixed, fixed;
|
background-attachment: fixed, fixed;
|
||||||
background-position: center center, center center;
|
background-position: center center, center center;
|
||||||
@ -21,7 +22,8 @@ body {
|
|||||||
}
|
}
|
||||||
/* login page */
|
/* login page */
|
||||||
.login {
|
.login {
|
||||||
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");
|
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-repeat: repeat, no-repeat;
|
||||||
background-attachment: fixed, fixed;
|
background-attachment: fixed, fixed;
|
||||||
background-position: center center, center center;
|
background-position: center center, center center;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user