From 5014e79b06c17d8bd84d07ec4a1abd8d27ffe16f Mon Sep 17 00:00:00 2001 From: bleh Date: Fri, 21 Aug 2020 12:07:18 +0200 Subject: [PATCH] fix error button hover color --- templates/assets/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/assets/index.css b/templates/assets/index.css index 213062e..fbf1ef4 100644 --- a/templates/assets/index.css +++ b/templates/assets/index.css @@ -109,6 +109,10 @@ p { background: #ee4040; } +.error.ncstyle-button:hover { + background: #c82323; +} + .navbar { height: 50px; }