Skip to content

Commit

Permalink
Fix dark logo
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jun 27, 2023
1 parent 83b8778 commit 9b8c628
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scan_to_paperless/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,12 +179,14 @@ def write(self) -> None:
<link
rel="icon"
type="image/svg"
color="lighthex"
href="https://raw.githubusercontent.com/sbrunner/scan-to-paperless/test/logo.svg"
referrerpolicy="no-referrer"
/>
<link
rel="icon"
type="image/svg"
color="lighthex"
media="(prefers-color-scheme: dark)"
href="https://raw.githubusercontent.com/sbrunner/scan-to-paperless/test/logo-dark.svg"
referrerpolicy="no-referrer"
Expand Down

0 comments on commit 9b8c628

Please # to comment.