diff --git a/less/user.less b/less/user.less index 23d23d4..a0f8880 100644 --- a/less/user.less +++ b/less/user.less @@ -14,6 +14,13 @@ fill: @user-background; } + text { + stroke: currentColor; + fill: currentColor; + } +} + +a.login { &:hover { & > * { color: @user-hover-color; @@ -23,11 +30,6 @@ fill: @user-hover-background; } } - - text { - stroke: currentColor; - fill: currentColor; - } } /* Inverse */ @@ -45,7 +47,9 @@ circle { fill: @inverse-user-background; } + } + a.login { &:hover { & > * { color: @inverse-user-hover-color;