updating background
This commit is contained in:
@@ -52,7 +52,7 @@ img[src$='#floatright']{ float:right; margin: 0.7rem; }
|
|||||||
|
|
||||||
|
|
||||||
/* Page background with Diffusion Layer */
|
/* Page background with Diffusion Layer */
|
||||||
body.has-bg::before {
|
body::before {
|
||||||
content: "";
|
content: "";
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
@@ -73,7 +73,7 @@ body.has-bg::before {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Ensure background sits behind everything */
|
/* Ensure background sits behind everything */
|
||||||
body.has-bg {
|
body {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user