fixed plex theme link
This commit is contained in:
parent
2ebe68177d
commit
d06ba26dcd
@ -1,5 +1,5 @@
|
|||||||
body {
|
body {
|
||||||
background-image: url("https://cdn.rawgit.com/gilbN/NetOrg/master/Resources/blur-noise.png"), url("https://cdn.rawgit.com/gilbN/NetOrg/master/Resources/blur-light.png");
|
background-image: url("https://cdn.rawgit.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://cdn.rawgit.com/gilbN/theme.park/master/Resources/blur-light.png");
|
||||||
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;
|
||||||
@ -11,7 +11,7 @@ body {
|
|||||||
}
|
}
|
||||||
/* Navbar */
|
/* Navbar */
|
||||||
.navbar-default {
|
.navbar-default {
|
||||||
background-image: url("https://cdn.rawgit.com/gilbN/NetOrg/master/Resources/blur-noise.png"), url("https://cdn.rawgit.com/gilbN/NetOrg/master/Resources/blur-light-dark.png");
|
background-image: url("https://cdn.rawgit.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://cdn.rawgit.com/gilbN/theme.park/master/Resources/blur-light-dark.png");
|
||||||
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