Skip to content

Commit 0109355

Browse files
committed
bg color updated
1 parent 7d99bb3 commit 0109355

1 file changed

Lines changed: 6 additions & 29 deletions

File tree

docs/index.html

Lines changed: 6 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -187,37 +187,14 @@
187187
overflow: hidden;
188188
}
189189

190-
/* Background image layer */
191-
section.cover::before {
192-
content: "";
193-
position: absolute;
194-
inset: 0;
195-
/* background: url('_media/bg.jpg') no-repeat center center; */
196-
background-size: cover;
197-
filter: blur(2px);
198-
/* 👈 Adjust blur level */
199-
transform: scale(1.05);
200-
/* Prevent edge cut after blur */
201-
z-index: 0;
202-
}
203-
204-
/* Dark overlay (optional but recommended) */
205-
section.cover::after {
206-
content: "";
207-
position: absolute;
208-
inset: 0;
209-
background: rgba(0, 0, 0, 0.45);
210-
/* Adjust darkness */
211-
z-index: 1;
212-
}
213190

214-
/* Keep text & buttons sharp */
215-
section.cover .cover-main {
216-
position: relative;
217-
z-index: 2;
218-
}
219191
</style>
220-
192+
<style>
193+
/* Cover page background color update */
194+
section.cover {
195+
background: linear-gradient(135deg, #27B5D8, #B0D8E4) !important;
196+
}
197+
</style>
221198

222199

223200
</head>

0 commit comments

Comments
 (0)