This commit is contained in:
traveler 2025-12-28 21:19:24 -06:00
parent 05bfac2013
commit 819297aeaa

View file

@ -34,7 +34,7 @@ body.tab-nucking-futz {
/* Let more background show through */
#page-wrapper {
background-color: rgba(0, 0, 0, 0.25); /* was 0.55 */
background-color: rgba(0, 0, 0, 0.55); /* was 0.55 */
}
/* Soft blur + desaturate background only
@ -50,7 +50,7 @@ body::before {
/* Make service cards and widgets pop (but more transparent) */
.service-card,
.widget {
background: rgba(20, 20, 20, 0.70) !important; /* was 0.85 */
background: rgba(20, 20, 20, 0.55) !important; /* was 0.85 */
backdrop-filter: blur(2px);
border-radius: 10px;
}
@ -59,7 +59,7 @@ body::before {
/* PNCHarris: narrow centered column */
/* ----------------------------- */
body.tab-pncharris #page-wrapper {
max-width: 900px; /* adjust: 760px narrower, 1100px wider */
max-width: 600px; /* adjust: 760px narrower, 1100px wider */
margin: 0 auto;
padding-left: 16px;
padding-right: 16px;