Skip to content

Commit

Permalink
fix: Hide image splash where requested
Browse files Browse the repository at this point in the history
  • Loading branch information
TEParsons committed Mar 31, 2024
1 parent f2cf3bf commit 60f1aed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base/torillic.css
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,9 @@ img {
margin: -5mm;
}

img.torillic-no-splash {
background-image: none;
}

/** Manual breaking **/

Expand Down

0 comments on commit 60f1aed

Please sign in to comment.