Added proper link styling in user profile
authorAlexander Ebert <ebert@woltlab.com>
Sat, 26 Mar 2016 18:07:20 +0000 (19:07 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 26 Mar 2016 18:07:20 +0000 (19:07 +0100)
wcfsetup/install/files/style/ui/userProfile.scss

index 11613959cb67563c3d4210f711a65cddc121d897..20ad3dd8ded0f4e1a7368c3f952854a035d56015 100644 (file)
 
 .userProfileDetails {
        background-color: $wcfSidebarBackground;
+       color: $wcfSidebarText;
+       
+       a {
+               color: $wcfSidebarLink;
+               
+               &:hover {
+                       color: $wcfSidebarLinkActive;
+               }
+       }
        
        > .layoutBoundary {
                padding: 10px 10px 10px 160px;