kl
This commit is contained in:
parent
05bfac2013
commit
819297aeaa
1 changed files with 3 additions and 3 deletions
|
|
@ -34,7 +34,7 @@ body.tab-nucking-futz {
|
||||||
|
|
||||||
/* Let more background show through */
|
/* Let more background show through */
|
||||||
#page-wrapper {
|
#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
|
/* Soft blur + desaturate background only
|
||||||
|
|
@ -50,7 +50,7 @@ body::before {
|
||||||
/* Make service cards and widgets pop (but more transparent) */
|
/* Make service cards and widgets pop (but more transparent) */
|
||||||
.service-card,
|
.service-card,
|
||||||
.widget {
|
.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);
|
backdrop-filter: blur(2px);
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
@ -59,7 +59,7 @@ body::before {
|
||||||
/* PNCHarris: narrow centered column */
|
/* PNCHarris: narrow centered column */
|
||||||
/* ----------------------------- */
|
/* ----------------------------- */
|
||||||
body.tab-pncharris #page-wrapper {
|
body.tab-pncharris #page-wrapper {
|
||||||
max-width: 900px; /* adjust: 760px narrower, 1100px wider */
|
max-width: 600px; /* adjust: 760px narrower, 1100px wider */
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding-left: 16px;
|
padding-left: 16px;
|
||||||
padding-right: 16px;
|
padding-right: 16px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue