From 6cc459e018f038d6f9d92c0306cfab06dd29e98c Mon Sep 17 00:00:00 2001 From: eniamza Date: Wed, 10 Jun 2020 17:51:16 +0600 Subject: [PATCH] Added Actual Dark Green --- lib/css/index.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/css/index.css b/lib/css/index.css index e5510ca..4564470 100644 --- a/lib/css/index.css +++ b/lib/css/index.css @@ -111,6 +111,9 @@ nav { .lbry-teal { background-color:rgb(40, 212, 226); } +.lbry-dark { + background-color:rgb(3, 76, 105); +} .dropdown-item.active { background-color:rgb(3, 76, 105);