Skip to content

Commit c8b0c58

Browse files
committed
edit card support
1 parent 323390c commit c8b0c58

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

css/main.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -964,8 +964,9 @@ input:valid ~ label {
964964
width: 250px;
965965
height: 350px;
966966
margin: 3rem;
967-
background: rgb(40,40,55);
968-
background: linear-gradient(344deg, rgba(40,40,55,1) 0%, rgba(16,16,18,1) 50%);
967+
background-color: var(--bg-black-100);
968+
/*background: rgb(40,40,55);*/
969+
background: linear-gradient(344deg, var(--bg-black-900), var(--bg-black-100) 50%);
969970
box-shadow: 4px 6px 14px #00000036;
970971
border-radius: 30px;
971972
color: #F9F9F9;

index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,12 @@ <h2>
496496
<h4 style="font-size: 2rem; color: #37bf22">support me</h4>
497497
<div class="cards-support">
498498
<!-- start item -->
499-
<div class="card-support">
499+
500+
<div class="row padd-15" >
501+
<p>Payeer ID: <b> P1078477843</b></p>
502+
</div>
503+
504+
<div class="card-support" >
500505
<a href="https://link.trustwallet.com/send?coin=2&address=ltc1qkhexvg38mjnzyc9y3qt9gyamjl878z6gygzmfz">
501506
<h6 style="font-size: 1rem;">
502507
<p style="text-decoration:none; color: #37bf22;">

0 commit comments

Comments
 (0)