1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-18 00:09:37 +02: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;
}
}