From d3586f232b27684beb1ecdaf02f7c8e3a46102c0 Mon Sep 17 00:00:00 2001 From: kilo Date: Fri, 23 Jun 2017 10:01:36 +0200 Subject: [PATCH] Prettier color for red button2 (classic.css & hover changes) The edit that i had made previously only applied to g's theme And it didn't apply when the button were hovered --- public/css/classic.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/css/classic.css b/public/css/classic.css index 2dd97231..4cd9480f 100644 --- a/public/css/classic.css +++ b/public/css/classic.css @@ -55,6 +55,11 @@ td.tr-le, .error-text { color: #E84C4C; } .btn-red { background-color: #E84C4C; + color: #E8E8E8; +} + +.btn-red:hover { + color: #E8E8E8; } /* Original Nyaa colors, do NOT change! */