1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-03-03 18:36:41 +00:00

Fixed: PageHeader Action Hover Color

This commit is contained in:
Qstick 2019-10-09 22:11:39 -04:00
parent b40c63dcfe
commit 9bbd314452

View file

@ -5,7 +5,7 @@
text-align: center;
&:hover {
color: $themeDarkColor;
color: $toobarButtonHoverColor;
}
}