Adding drop shadow to favicons

Helps distinguish lightly colored favicons
pull/652/head
Kevin Payravi 2024-04-25 01:12:25 -05:00
parent 4b25df7864
commit 7ffad68b2a
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ legend {
.toggles a img {
padding-right: .5rem;
vertical-align: middle;
filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
}
.toggles label {