Skip to content

Commit

Permalink
Fix blog background image
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Oct 25, 2017
1 parent 2d32dd6 commit 069db85
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions source/stylesheets/application-minimal.css
Original file line number Diff line number Diff line change
Expand Up @@ -305,3 +305,11 @@ table.status td {
font-family: Roboto;
font-weight: 200;
}

.block-background {
background-color: #000;
}

.block-background img {
filter: brightness(50%);
}

0 comments on commit 069db85

Please sign in to comment.