This commit is contained in:
traveler 2025-12-24 00:19:31 -06:00
parent ba9beab695
commit b1f6b7e569

View file

@ -17,11 +17,11 @@ body.tab-pncharris {
}
body.tab-netgrimoire {
background-image: url("/images/bg-netgrimoire.jpg") !important;
background-image: url("/images/Netgrimoire-bg.png") !important;
}
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);
}
/* Soft blur + desaturate background only */
#/* Soft blur + desaturate background only
body::before {
content: "";
position: fixed;
inset: 0;
backdrop-filter: blur(6px) saturate(0.8);
z-index: -1;
}
} */
/* Make service cards and widgets pop */
.service-card,