Skip to content

Commit

Permalink
fix #21
Browse files Browse the repository at this point in the history
  • Loading branch information
Giraffaman committed Jan 2, 2024
1 parent a87f802 commit 8032d2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/pr0booru/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -416,15 +416,15 @@ ul.tagit input[type="text"] {
}

div#dlimg {
background-image: url('/themes/pr0booru/save-red.png');
background-image: url('save-red.png');
background-size: contain;
background-repeat: no-repeat;
padding-left: 32px;
font-size: 1.25em;
}

div#dlimg:hover {
background-image: url('/themes/pr0booru/save-white.png');
background-image: url('save-white.png');
color: white;
}

Expand Down

0 comments on commit 8032d2a

Please sign in to comment.