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)
- #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 {