mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-09-03 12:30:13 +00:00
Fix : Color Codes in /branding
This commit is contained in:
parent
0ce34266de
commit
c18670e266
1 changed files with 2 additions and 2 deletions
|
@ -107,7 +107,7 @@
|
|||
<div class="card-body">
|
||||
</div>
|
||||
</div>
|
||||
<p class="text-center">#25d9e0 <br> rgb(37,217,224)</p>
|
||||
<code class="text-center">#28d4e2 <br> rgb(40, 212, 226) <br> hsl(185, 76%, 52%) <br> hwb(185, 16%, 11%) <br> C8, 16%, 11%</code>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6 col-lg-6 mx-auto text-center">
|
||||
|
@ -115,7 +115,7 @@
|
|||
<div class="card-body">
|
||||
</div>
|
||||
</div>
|
||||
<p class="text-center">#00343e <br> rgb(0,52,62)</p>
|
||||
<code class="text-center">#00343e <br> rgb(0,52,62) <br> hsl(192, 100%, 12%) <br> hwb(192, 0%, 76%) <br> C20, 0%, 76%</code>
|
||||
</div>
|
||||
</div>
|
||||
<hr class="content">
|
||||
|
|
Loading…
Add table
Reference in a new issue