diff --git a/branding/index.html b/branding/index.html index 73b0113..14bb2e9 100644 --- a/branding/index.html +++ b/branding/index.html @@ -62,39 +62,15 @@
-

LBRY Branding

+

LBRY Branding

-

Logos

-
-
-
-
- lbry-foundation-logo -
-
-
- -
-
-
- lbry-foundation-logo -
-
-
- -
-
-
- lbry-foundation-logo -
-
-
- -
+

Logos

+
+
lbry-foundation-logo @@ -103,64 +79,116 @@

+ + + + + -

Colors

-
-
-
+

Colors

+
+
+
-

#034C69
rgb(3, 76, 105)

+

#28D4E2
rgb(40,212,226)

-
-
+
+
-

#034C69
rgb(3, 76, 105)

-
- -
-
-
-
-
-

#034C69
rgb(3, 76, 105)

-
- -
-
-
-
-
-

#034C69
rgb(3, 76, 105)

-
- -
-
-
-
-
-

#034C69
rgb(3, 76, 105)

-
- -
-
-
-
-
-

#034C69
rgb(3, 76, 105)

+

#00303C
rgb(0,48,60)


+ + + + + + + + + -

Fonts & Typography

+

Fonts & Typography

diff --git a/lib/css/index.css b/lib/css/index.css index 15ba5ff..dabf6da 100644 --- a/lib/css/index.css +++ b/lib/css/index.css @@ -111,10 +111,19 @@ nav { .lbry-teal { background-color:rgb(40, 212, 226); } + .lbry-dark { background-color:rgb(3, 76, 105); } +.lbry-teal-green { + background-color: #28D4E2; +} + +.lbry-dark-green { + background-color: #00303C; +} + .dropdown-item.active { background-color:rgb(3, 76, 105); }