mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
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:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user