Skip to content

Commit

Permalink
Increase small-box footer contrast ratio (#2432)
Browse files Browse the repository at this point in the history
  • Loading branch information
PromoFaux committed Dec 11, 2022
2 parents bad7b1d + 9a2357d commit 187ff80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style/pi-hole.css
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ td.lookatme {
}

.small-box > .small-box-footer {
color: rgba(255, 255, 255, 0.5);
color: rgba(255, 255, 255, 0.75);
transition: all 0.5s;
}

Expand Down

0 comments on commit 187ff80

Please sign in to comment.