From 15ee2578c53777a74da450bf05553ca27e4837da Mon Sep 17 00:00:00 2001 From: wmwragg Date: Tue, 13 Sep 2016 14:36:13 +0100 Subject: [PATCH] Tweak to font colour --- src/skins/vector/css/vector-web/structures/RightPanel.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/skins/vector/css/vector-web/structures/RightPanel.css b/src/skins/vector/css/vector-web/structures/RightPanel.css index 10741260e6..0af82aa0ba 100644 --- a/src/skins/vector/css/vector-web/structures/RightPanel.css +++ b/src/skins/vector/css/vector-web/structures/RightPanel.css @@ -107,7 +107,7 @@ limitations under the License. .mx_RightPanel_footer .mx_RightPanel_invite { line-height: 35px; font-size: 14px; - color: #454545; + color: #4A4A4A; padding-top: 13px; padding-left: 5px; }