File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments