From 0a8cefaeb111c88fe08516f774386a916ea7fbd2 Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt <hey@jancborchardt.net>
Date: Mon, 2 Nov 2015 17:58:37 +0100
Subject: [PATCH] fix button text color

---
 core/css/styles.css | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/core/css/styles.css b/core/css/styles.css
index 1368d8bfa5..c75197f765 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -774,6 +774,9 @@ html.ie8 #body-login form input[type="checkbox"] {
 	color: #fff !important;
 	font-weight: 600 !important;
 }
+.error a.button {
+	color: #555 !important;
+}
 .error pre {
 	white-space: pre-wrap;
 	text-align: left;
-- 
GitLab