mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-23 20:47:23 +00:00
Fix: Change Color Code
This commit is contained in:
parent
288d764ce6
commit
cc189c8e74
2 changed files with 5 additions and 5 deletions
|
@ -107,7 +107,7 @@
|
|||
<div class="card-body">
|
||||
</div>
|
||||
</div>
|
||||
<p class="text-center">#28D4E2 <br> rgb(40,212,226)</p>
|
||||
<p class="text-center">#25d9e0 <br> rgb(37,217,224)</p>
|
||||
</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">#00303C <br> rgb(0,48,60)</p>
|
||||
<p class="text-center">#00343e <br> rgb(0,52,62)</p>
|
||||
</div>
|
||||
</div>
|
||||
<hr class="content">
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue