mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
decrease opacity of header background image
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
background-position: center !important;
|
background-position: center !important;
|
||||||
background-size: cover !important;
|
background-size: cover !important;
|
||||||
opacity: 0.9;
|
opacity: 0.7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.background-image-overlay {
|
.background-image-overlay {
|
||||||
@@ -47,5 +47,5 @@
|
|||||||
z-index: 0;
|
z-index: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: var(--theme-overlay-subheader);
|
background: var(--theme-overlay-subheader);
|
||||||
opacity: 0.5;
|
opacity: 0.9;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user