From a6555c319c4d9afa65a7ad0505c58039c9c0be00 Mon Sep 17 00:00:00 2001 From: kilo Date: Wed, 21 Jun 2017 08:37:30 +0200 Subject: [PATCH] Prettier color for texts in red button (#1045) Current one was dark grey on red which is pretty ugly, i changed it into white (light grey) on red to make it prettier --- public/css/g.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/css/g.css b/public/css/g.css index c5170f65..344c5042 100644 --- a/public/css/g.css +++ b/public/css/g.css @@ -48,6 +48,7 @@ td.tr-le, .error-text { color: #E84C4C; } .btn-red { background-color: #E84C4C; + color: #E8E8E8; } .aplus, .btn-blue { background: hsla(200, 100%, 50%, 0.2) !important; }