Skip to content

Commit 9a0559c

Browse files
authored
fix overlay bg
1 parent bb6f845 commit 9a0559c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/static/2023/css/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2398,7 +2398,7 @@ footer {
23982398
height: 100%;
23992399
top: 0px;
24002400
left: 0px;
2401-
background: rgba(0, 0, 0, 0.6);
2401+
background: rgba(0, 0, 0, 0.7);
24022402
}
24032403

24042404
.hero-area .contents {
@@ -2465,7 +2465,7 @@ footer {
24652465
height: 100%;
24662466
top: 0px;
24672467
left: 0px;
2468-
background: rgba(0, 0, 0, 0.7);
2468+
background: rgba(0, 0, 0, 0.5);
24692469
}
24702470

24712471
.hero-area-section .contents {

0 commit comments

Comments
 (0)