From 0cceb4dd5ff101046c9ec359252ea71aa596ab0e Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Sun, 3 Mar 2013 00:20:53 +0100 Subject: [PATCH] Small style optimization --- wcfsetup/install/files/style/global.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 { -- 2.20.1