From: Alexander Ebert Date: Tue, 26 Jan 2016 14:32:13 +0000 (+0100) Subject: Prevent link colors being inherited for separators X-Git-Tag: 3.0.0_Beta_1~2030^2~124 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e3bc74d81375e4e2c37cd13b10130bfb720488f1;p=GitHub%2FWoltLab%2FWCF.git Prevent link colors being inherited for separators --- diff --git a/wcfsetup/install/files/style/layout/global.scss b/wcfsetup/install/files/style/layout/global.scss index 2983324464..56ee5f6c91 100644 --- a/wcfsetup/install/files/style/layout/global.scss +++ b/wcfsetup/install/files/style/layout/global.scss @@ -175,11 +175,13 @@ ol.nativeList { } .separatorLeft::before { + color: $wcfContentText; content: "\00b7"; margin-right: 5px; } .separatorRight::after { + color: $wcfContentText; content: "\00b7"; margin-left: 5px; } \ No newline at end of file