Style optimization
authorMarcel Werk <burntime@woltlab.com>
Sun, 7 Jul 2013 15:09:25 +0000 (17:09 +0200)
committerMarcel Werk <burntime@woltlab.com>
Sun, 7 Jul 2013 15:09:25 +0000 (17:09 +0200)
wcfsetup/install/files/style/bootstrap/mixin.less

index 638b29781e1709b5ebe44da7e21b18296e8024f7..433d1b32fa13363439050360b2136af1f93bb97d 100644 (file)
 
 // sets default text shadows depending on background color
 .textShadow(@backgroundColor) when (lightness(@backgroundColor) >= 40%) {
-       text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
+       text-shadow: 0 1px 0 @wcfTextShadowLightColor;
 }
 .textShadow(@backgroundColor) when (lightness(@backgroundColor) < 60%) {
-       text-shadow: 0 -1px 0 rgba(0, 0, 0, .8);
+       text-shadow: 0 -1px 0 @wcfTextShadowDarkColor;
 }
 
 /* CSS 3 */