From 96321b3069b367335b8a9f13ddf53be6644635ea Mon Sep 17 00:00:00 2001 From: Vaida Plankyte Date: Sun, 9 Jul 2017 11:28:58 +0200 Subject: [PATCH] frontend: Darken the static error pages text. --- static/styles/portico.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles/portico.css b/static/styles/portico.css index 768790b772..10dd2bd396 100644 --- a/static/styles/portico.css +++ b/static/styles/portico.css @@ -1620,7 +1620,7 @@ input.new-organization-button { } .error_page p { - color: #777676; + color: #333333; } .error_page .errorcontent {