diff --git a/config/custom.css b/config/custom.css index 58cdeb3..a7eb64d 100755 --- a/config/custom.css +++ b/config/custom.css @@ -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;