Skip to content

Commit 6b676b1

Browse files
committed
🩹 fixed white on white filter background
1 parent c65f010 commit 6b676b1

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

css/style.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,18 @@ body {
154154

155155
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
156156
background: var(--color-primary);
157+
}
158+
159+
select {
160+
background-color: var(--card-bg) !important;
161+
color: white !important;
162+
}
163+
164+
select option {
165+
background-color: var(--card-bg) !important;
166+
color: white !important;
167+
}
168+
169+
select:focus {
170+
background-color: var(--card-bg) !important;
157171
}

css/variables.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
:root {
2-
/* Couleurs */
32
--color-bg: #050505;
43
--color-primary: #DC2626;
54
--color-primary-hover: #B91C1C;
65
--color-text: #FFFFFF;
76
--color-text-muted: #9CA3AF;
87

9-
/* Effets de Verre (Liquid Glass) */
108
--glass-bg: rgba(20, 20, 20, 0.6);
119
--glass-border: rgba(255, 255, 255, 0.08);
1210
--glass-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
1311
--glass-blur: 20px;
1412

15-
/* Interface */
1613
--nav-bg: rgba(5, 5, 5, 0.8);
1714
--card-bg: #1a1a1a;
1815
--overlay-bg: #050505;

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ <h3 class="text-3xl font-bold flex items-center gap-3">
327327
</div>
328328
<div
329329
class="mt-32 py-12 border-t border-white/5 text-center text-gray-500 text-sm font-medium tracking-wider uppercase">
330-
StreamIt <span class="text-red-600 mx-2"></span> Original Experience
330+
StreamIt<br>© 2025 LoupesDEV. Tous droits réservés.
331331
</div>
332332
</div>
333333
</div>

0 commit comments

Comments
 (0)