From f71f956691193c7aa0492e301c7070fa49b4b80d Mon Sep 17 00:00:00 2001 From: MrxSpony Date: Sun, 18 Dec 2016 11:38:24 +0100 Subject: [PATCH] =?UTF-8?q?=20#6=20dod=C4=9Bl=C3=A1vky=20statistik.=20=20P?= =?UTF-8?q?ot=C5=99eba=20ud=C4=9Blat=20na=C4=8D=C3=ADt=C3=A1n=C3=AD=20stat?= =?UTF-8?q?istik=20z=20datab=C3=A1ze?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/css/style.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/css/style.less b/www/css/style.less index 54ba7ec..7dd5537 100644 --- a/www/css/style.less +++ b/www/css/style.less @@ -153,16 +153,16 @@ h1 { } .correctAnswer { - background: lighten(@gold, 10%); + background: lighten(@green, 10%); &:hover *:not(.box-content-label){ - background: @gold; + background: lighten(@green, 10%); } } .wrongAnswer { background: lighten(@red, 10%); &:hover *:not(.box-content-label){ - background: @red; + background: lighten(@red, 10%); } }