Fixed box title in .boxesFooter
authorMarcel Werk <burntime@woltlab.com>
Sun, 18 Dec 2016 21:18:29 +0000 (22:18 +0100)
committerMarcel Werk <burntime@woltlab.com>
Sun, 18 Dec 2016 21:18:34 +0000 (22:18 +0100)
wcfsetup/install/files/style/layout/box.scss

index 91df7c2cc7fc592e2cd2ec444b76f98aa6a240c4..7fa8be72d27ca0820cb6455f12998dc0756d318a 100644 (file)
                }
        }
        
+       .boxTitle {
+               color: $wcfFooterHeadlineText;
+               
+               a {
+                       color: $wcfFooterHeadlineLink;
+                       
+                       &:hover {
+                               color: $wcfFooterHeadlineLinkActive;
+                       }
+               }
+       }
+       
        @include screen-xs {
                .boxImage {
                        align-items: center;