Skip to content

Commit

Permalink
Darker feature backgrounds to improve readability
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Jan 16, 2024
1 parent 3efc07f commit 40d3525
Showing 1 changed file with 2 additions and 2 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

0 comments on commit 40d3525

Please sign in to comment.