From 9dd55c445309dd4c5084e8e293605c6ad0ba85ae Mon Sep 17 00:00:00 2001 From: fkwa Date: Tue, 4 Aug 2020 17:14:22 +0300 Subject: [PATCH] Update version colors to reflect new logo design --- Web/Presenters/templates/About/Version.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Web/Presenters/templates/About/Version.xml b/Web/Presenters/templates/About/Version.xml index 96654563..2276af6d 100644 --- a/Web/Presenters/templates/About/Version.xml +++ b/Web/Presenters/templates/About/Version.xml @@ -54,19 +54,19 @@ } .e { - background-color: #fcc; + background-color: #b7cde2; width: 300px; font-weight: bold; } .h { - background-color: #d00; + background-color: #13599f; font-weight: bold; color: #fff } .v { - background-color: #fff7f7; + background-color: #f1f5f9; max-width: 300px; overflow-x: auto; word-wrap: break-word;