fixed colours
This commit is contained in:
parent
00bca4c1fc
commit
54c6213f44
|
@ -10,7 +10,7 @@ small {
|
||||||
--parvus-caption-color: #f2f5f4;
|
--parvus-caption-color: #f2f5f4;
|
||||||
--parvus-btn-background-color: #F5A9B8;
|
--parvus-btn-background-color: #F5A9B8;
|
||||||
--parvus-btn-color: #ffffff;
|
--parvus-btn-color: #ffffff;
|
||||||
--parvus-btn-disabled-background-color: #5BCEFA;
|
--parvus-btn-disabled-background-color: #a8c5db;
|
||||||
--parvus-btn-disabled-color: #161618;
|
--parvus-btn-disabled-color: #161618;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -142,7 +142,7 @@ small {
|
||||||
}
|
}
|
||||||
|
|
||||||
.decor-tr {
|
.decor-tr {
|
||||||
background-color: #5BCEFA;
|
background-color: #a8c5db;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
<span class="character-name">Jax P. Nolan</span>
|
<span class="character-name">Jax P. Nolan</span>
|
||||||
|
|
||||||
<div class="ml-auto d-none d-sm-block" style="font-size:2.5em">
|
<div class="ml-auto d-none d-sm-block" style="font-size:2.5em">
|
||||||
<i class="fa-solid fa-circle" style="color: #5BCEFA;"></i>
|
<i class="fa-solid fa-circle" style="color: #a8c5db;"></i>
|
||||||
<i class="fa-solid fa-circle" style="color: #f5a9b8;"></i>
|
<i class="fa-solid fa-circle" style="color: #f5a9b8;"></i>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -364,7 +364,7 @@
|
||||||
|
|
||||||
<div class="d-none d-sm-block" style="font-size:2.5em">
|
<div class="d-none d-sm-block" style="font-size:2.5em">
|
||||||
<i class="fa-solid fa-circle" style="color: #f5a9b8;"></i>
|
<i class="fa-solid fa-circle" style="color: #f5a9b8;"></i>
|
||||||
<i class="fa-solid fa-circle" style="color: #5BCEFA;"></i>
|
<i class="fa-solid fa-circle" style="color: #a8c5db;"></i>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue