diff options
Diffstat (limited to 'united/variables.less')
-rwxr-xr-x | united/variables.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/united/variables.less b/united/variables.less index d44118e5..38b0ed97 100755 --- a/united/variables.less +++ b/united/variables.less @@ -126,7 +126,7 @@ @dropdownLinkColor: @linkColor; @dropdownLinkColorHover: @white; -@dropdownLinkColorActive: @dropdownLinkColor; +@dropdownLinkColorActive: @white; @dropdownLinkBackgroundActive: @linkColor; @dropdownLinkBackgroundHover: @dropdownLinkBackgroundActive; |