Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Don't show BG camelia on 404s
Fixes #2228
  • Loading branch information
zoffixznet committed Jul 29, 2018
1 parent 5d247af commit 342466f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/sass/style.scss
Expand Up @@ -363,7 +363,7 @@ td, th {
padding-top: 0.25em;
}
}
#content:not(.content_HomePage) {
#content:not(.content_HomePage):not(.content_404) {
background-repeat: no-repeat;
background-position: right 2rem top 2rem;
background-size: 243px;
Expand Down

0 comments on commit 342466f

Please sign in to comment.