diff --git a/branding/index.html b/branding/index.html index 1484047..719fce2 100644 --- a/branding/index.html +++ b/branding/index.html @@ -42,7 +42,7 @@
- bg-img + bg-img
@@ -60,14 +60,113 @@

LBRY Branding

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

    Logos

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

    Colors

    +
    +
    +
    +
    +
    +
    +

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

    +
    + +
    +
    +
    +
    +
    +

    #034C69
    rgb(3, 76, 105)

    +
    +
    + + + + + +
    diff --git a/lib/css/article.css b/lib/css/article.css index 7f791c1..5bc3d2e 100644 --- a/lib/css/article.css +++ b/lib/css/article.css @@ -140,4 +140,14 @@ hr.heading { hsla(0, 0%, 0%, 0.5), hsla(0, 0%, 0%, 0)); position: relative; +} + +hr.content { + height: 20px; + width: 100%; + background-image: radial-gradient( + farthest-side at 50% -50%, + hsla(0, 0%, 0%, 0.5), + hsla(0, 0%, 0%, 0)); + position: relative; } \ No newline at end of file