1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-05 13:21:25 -05: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;
}
}