From 25896feba2c718812f905506af9271cc7a7c923c Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Sun, 18 Dec 2016 22:18:29 +0100 Subject: [PATCH] Fixed box title in .boxesFooter --- wcfsetup/install/files/style/layout/box.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/wcfsetup/install/files/style/layout/box.scss b/wcfsetup/install/files/style/layout/box.scss index 91df7c2cc7..7fa8be72d2 100644 --- a/wcfsetup/install/files/style/layout/box.scss +++ b/wcfsetup/install/files/style/layout/box.scss @@ -745,6 +745,18 @@ } } + .boxTitle { + color: $wcfFooterHeadlineText; + + a { + color: $wcfFooterHeadlineLink; + + &:hover { + color: $wcfFooterHeadlineLinkActive; + } + } + } + @include screen-xs { .boxImage { align-items: center; -- 2.20.1