Skip to content

Commit

Permalink
Merge pull request #310 from fwcd/darken-bgs
Browse files Browse the repository at this point in the history
Darken splash and cover backgrounds to lower contrast and improve readability
  • Loading branch information
ronso0 authored Jan 16, 2024
2 parents af19245 + 40d3525 commit f680e91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions theme/static/css/pages/features.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#hardware.cover-bg {
background-image: url('/theme/images/cover/hardware-bg.jpg');
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/theme/images/cover/hardware-bg.jpg');
}

#library.cover-bg {
background-image: url('/theme/images/cover/library-bg.jpg');
background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/theme/images/cover/library-bg.jpg');
}

#broadcast.cover-bg {
Expand Down
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 f680e91

Please sign in to comment.