dsa
This commit is contained in:
parent
ba9beab695
commit
b1f6b7e569
1 changed files with 4 additions and 4 deletions
|
|
@ -17,11 +17,11 @@ body.tab-pncharris {
|
||||||
}
|
}
|
||||||
|
|
||||||
body.tab-netgrimoire {
|
body.tab-netgrimoire {
|
||||||
background-image: url("/images/bg-netgrimoire.jpg") !important;
|
background-image: url("/images/Netgrimoire-bg.png") !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.tab-wasted-bandwidth {
|
body.tab-wasted-bandwidth {
|
||||||
background-image: url("/images/bg-wasted-bandwidth.jpg") !important;
|
background-image: url("/images/Wasted-bandwidth-bg.png") !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ----------------------------- */
|
/* ----------------------------- */
|
||||||
|
|
@ -33,14 +33,14 @@ body.tab-wasted-bandwidth {
|
||||||
background-color: rgba(0, 0, 0, 0.55);
|
background-color: rgba(0, 0, 0, 0.55);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Soft blur + desaturate background only */
|
#/* Soft blur + desaturate background only
|
||||||
body::before {
|
body::before {
|
||||||
content: "";
|
content: "";
|
||||||
position: fixed;
|
position: fixed;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
backdrop-filter: blur(6px) saturate(0.8);
|
backdrop-filter: blur(6px) saturate(0.8);
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
} */
|
||||||
|
|
||||||
/* Make service cards and widgets pop */
|
/* Make service cards and widgets pop */
|
||||||
.service-card,
|
.service-card,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue