Merge pull request #1379 from pi-hole/XhmikosR-patch-3

pi-hole.css: fix glow to use the current color
This commit is contained in:
DL6ER
2020-05-25 20:41:17 +02:00
committed by GitHub
+1 -1
View File
@@ -25,7 +25,7 @@
transition-duration: 500ms;
}
.small-box span.glow {
text-shadow: 0 0 5px #fff;
text-shadow: 0 0 5px currentColor;
}
.list-group-item:hover {