From: Marcel Werk Date: Sat, 2 Mar 2013 23:20:53 +0000 (+0100) Subject: Small style optimization X-Git-Tag: 2.0.0_Beta_1~446 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0cceb4dd5ff101046c9ec359252ea71aa596ab0e;p=GitHub%2FWoltLab%2FWCF.git Small style optimization --- diff --git a/wcfsetup/install/files/style/global.less b/wcfsetup/install/files/style/global.less index 2cbc2ead8d..68fcabab73 100644 --- a/wcfsetup/install/files/style/global.less +++ b/wcfsetup/install/files/style/global.less @@ -336,11 +336,11 @@ a.badge:hover { } &.green { - background-color: #090; + background-color: #060; } &.blue { - background-color: #06c; + background-color: #036; } &.purple {