From cc189c8e743fc765f4b62ac04502b1d6e21f44e7 Mon Sep 17 00:00:00 2001 From: iampratiktandel Date: Thu, 18 Jun 2020 23:39:04 +0530 Subject: [PATCH] Fix: Change Color Code --- branding/index.html | 4 ++-- lib/css/index.css | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/branding/index.html b/branding/index.html index 5e15617..6953470 100644 --- a/branding/index.html +++ b/branding/index.html @@ -107,7 +107,7 @@
-

#28D4E2
rgb(40,212,226)

+

#25d9e0
rgb(37,217,224)

@@ -115,7 +115,7 @@
-

#00303C
rgb(0,48,60)

+

#00343e
rgb(0,52,62)


diff --git a/lib/css/index.css b/lib/css/index.css index 52cfb1a..4f4886c 100644 --- a/lib/css/index.css +++ b/lib/css/index.css @@ -117,17 +117,17 @@ nav { } .lbry-teal-green { - background-color: #28D4E2; + background-color: #25d9e0; color: #ffffff; } .lbry-dark-green { - background-color: #00303C; + background-color: #00343e; color: #ffffff; } .lbry-dark-green:hover{ - color: #28D4E2; + color: #25d9e0; } .dropdown-item.active {