Skip to content

Commit

Permalink
Darken the splash bg with a gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Jan 16, 2024
1 parent af19245 commit 3efc07f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/static/css/pages/index.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.splash.cover-bg {
background-image: url('/theme/images/cover/splash-bg.jpg');
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9)), url('/theme/images/cover/splash-bg.jpg');
}

.splash .splash-logo {
Expand Down

0 comments on commit 3efc07f

Please sign in to comment.