Skip to content

Commit a00039d

Browse files
author
wuweiclothing
committed
Remove the colored background from the footer for a cleaner look
Updates the footer style in index.html by removing the gradient background and adjusting text colors. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 6b209f67-5e7e-4b5b-8985-eab5f71d9da8 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/0f6e1b31-1242-4cac-b2eb-0f281fc5a0c6/6b209f67-5e7e-4b5b-8985-eab5f71d9da8/evcvSQy
1 parent 80ac5a9 commit a00039d

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

521 KB
Loading

index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -665,32 +665,32 @@ <h4>Alertas</h4>
665665
</div>
666666
</div>
667667

668-
<div style="text-align: center; margin-top: 30px; padding: 30px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); border-radius: 12px; color: white;">
669-
<h3 style="color: white; margin-bottom: 20px; font-size: 1.3rem;">Built with React and modern web technologies</h3>
668+
<div style="text-align: center; margin-top: 30px; padding: 30px; background: #f8f9fa; border-radius: 12px; color: #333;">
669+
<h3 style="color: #333; margin-bottom: 20px; font-size: 1.3rem;">Built with React and modern web technologies</h3>
670670
<div style="display: flex; justify-content: center; gap: 30px; margin: 25px 0; flex-wrap: wrap;">
671671
<div style="display: flex; flex-direction: column; align-items: center; gap: 8px;">
672-
<div style="background: rgba(255,255,255,0.1); border-radius: 12px; padding: 15px; backdrop-filter: blur(10px);">
672+
<div style="background: rgba(0,0,0,0.05); border-radius: 12px; padding: 15px;">
673673
<div style="font-size: 48px;">⚛️</div>
674674
</div>
675-
<span style="color: white; font-weight: 600; font-size: 0.9rem;">React</span>
675+
<span style="color: #333; font-weight: 600; font-size: 0.9rem;">React</span>
676676
</div>
677677
<div style="display: flex; flex-direction: column; align-items: center; gap: 8px;">
678-
<div style="background: rgba(255,255,255,0.1); border-radius: 12px; padding: 15px; backdrop-filter: blur(10px);">
678+
<div style="background: rgba(0,0,0,0.05); border-radius: 12px; padding: 15px;">
679679
<div style="font-size: 48px;">🟨</div>
680680
</div>
681-
<span style="color: white; font-weight: 600; font-size: 0.9rem;">JavaScript</span>
681+
<span style="color: #333; font-weight: 600; font-size: 0.9rem;">JavaScript</span>
682682
</div>
683683
<div style="display: flex; flex-direction: column; align-items: center; gap: 8px;">
684-
<div style="background: rgba(255,255,255,0.1); border-radius: 12px; padding: 15px; backdrop-filter: blur(10px);">
684+
<div style="background: rgba(0,0,0,0.05); border-radius: 12px; padding: 15px;">
685685
<div style="font-size: 48px;">🔷</div>
686686
</div>
687-
<span style="color: white; font-weight: 600; font-size: 0.9rem;">CSS3</span>
687+
<span style="color: #333; font-weight: 600; font-size: 0.9rem;">CSS3</span>
688688
</div>
689689
<div style="display: flex; flex-direction: column; align-items: center; gap: 8px;">
690-
<div style="background: rgba(255,255,255,0.1); border-radius: 12px; padding: 15px; backdrop-filter: blur(10px);">
690+
<div style="background: rgba(0,0,0,0.05); border-radius: 12px; padding: 15px;">
691691
<div style="font-size: 48px;"></div>
692692
</div>
693-
<span style="color: white; font-weight: 600; font-size: 0.9rem;">Vite</span>
693+
<span style="color: #333; font-weight: 600; font-size: 0.9rem;">Vite</span>
694694
</div>
695695
</div>
696696
<div style="margin-top: 25px;">

0 commit comments

Comments
 (0)