From c854769440c27b060ad96cf0a3e110a795f2419a Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Fri, 19 Mar 2021 16:31:24 -0600 Subject: [PATCH] Colour codes are difficult --- res/css/structures/ErrorView.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/css/structures/ErrorView.scss b/res/css/structures/ErrorView.scss index b3cc646e4e..4fbb2b00a8 100644 --- a/res/css/structures/ErrorView.scss +++ b/res/css/structures/ErrorView.scss @@ -95,7 +95,7 @@ limitations under the License. } .mx_FooterLink { - color: #368bdD6; + color: #368bd6; text-decoration: none; } }