ProjectGenesis commited on
Commit
a3dcdd7
·
verified ·
1 Parent(s): b787bb2

CHange "Total SC" "Total GC" "Redeemable" text color to white

Browse files
Files changed (1) hide show
  1. index.html +6 -6
index.html CHANGED
@@ -272,8 +272,8 @@ animation: border-spin 3s linear infinite;
272
  <!-- Card A: Purchase SC -->
273
  <div class="glass-card p-4" id="card-purchase-sc" data-aos="fade-up">
274
  <div class="flex justify-between items-start">
275
- <span class="chip border border-[#3CE27A] text-[#3CE27A] text-xs px-2 py-1">Total SC</span>
276
- <div class="tooltip-wrapper">
277
  <i data-feather="info" class="w-3 h-3 text-[#3CE27A]"></i>
278
  <div class="tooltip-content text-xs">
279
  Purchase SC requires 1× wagering before withdrawal.
@@ -287,8 +287,8 @@ animation: border-spin 3s linear infinite;
287
  <!-- Card B: Bonus SC -->
288
  <div class="glass-card p-4" id="card-bonus-sc" data-aos="fade-up" data-aos-delay="50">
289
  <div class="flex justify-between items-start">
290
- <span class="chip border border-[#FEC84B] text-[#FEC84B] text-xs px-2 py-1">Total GC</span>
291
- <div class="tooltip-wrapper">
292
  <i data-feather="info" class="w-3 h-3 text-[#FEC84B]"></i>
293
  <div class="tooltip-content text-xs">
294
  Gold Coins used to play for fun!
@@ -302,8 +302,8 @@ animation: border-spin 3s linear infinite;
302
  <!-- Card C: WSC -->
303
  <div class="glass-card p-4 bg-[rgba(60,226,122,0.08)]" id="card-wsc" data-aos="fade-up" data-aos-delay="100">
304
  <div class="flex justify-between items-start">
305
- <span class="chip border border-[#3CE27A] text-[#3CE27A] text-xs px-2 py-1">Redeemable</span>
306
- <div class="icon-wrapper">
307
  <i data-feather="check-circle" class="w-4 h-4 text-[#3CE27A]"></i>
308
  </div>
309
  </div>
 
272
  <!-- Card A: Purchase SC -->
273
  <div class="glass-card p-4" id="card-purchase-sc" data-aos="fade-up">
274
  <div class="flex justify-between items-start">
275
+ <span class="chip border border-[#3CE27A] text-white text-xs px-2 py-1">Total SC</span>
276
+ <div class="tooltip-wrapper">
277
  <i data-feather="info" class="w-3 h-3 text-[#3CE27A]"></i>
278
  <div class="tooltip-content text-xs">
279
  Purchase SC requires 1× wagering before withdrawal.
 
287
  <!-- Card B: Bonus SC -->
288
  <div class="glass-card p-4" id="card-bonus-sc" data-aos="fade-up" data-aos-delay="50">
289
  <div class="flex justify-between items-start">
290
+ <span class="chip border border-[#FEC84B] text-white text-xs px-2 py-1">Total GC</span>
291
+ <div class="tooltip-wrapper">
292
  <i data-feather="info" class="w-3 h-3 text-[#FEC84B]"></i>
293
  <div class="tooltip-content text-xs">
294
  Gold Coins used to play for fun!
 
302
  <!-- Card C: WSC -->
303
  <div class="glass-card p-4 bg-[rgba(60,226,122,0.08)]" id="card-wsc" data-aos="fade-up" data-aos-delay="100">
304
  <div class="flex justify-between items-start">
305
+ <span class="chip border border-[#3CE27A] text-white text-xs px-2 py-1">Redeemable</span>
306
+ <div class="icon-wrapper">
307
  <i data-feather="check-circle" class="w-4 h-4 text-[#3CE27A]"></i>
308
  </div>
309
  </div>