end responsive background

This commit is contained in:
p2405951
2025-11-07 11:36:55 +01:00
parent b7ebda5633
commit 47fee29d48
3 changed files with 63 additions and 12 deletions
+4 -1
View File
@@ -1,3 +1,6 @@
:global(.glassCard) {
--glass-bg: #ffffff9f;
}
input {
width: 100%;
@@ -7,7 +10,7 @@ input {
border-radius: 10px;
font-size: 19px;
color: #111;
background: rgba(255, 255, 255, 0.5);
background: var(--glass-bg);
box-shadow: 0 2px 6px rgba(91, 90, 90, 0.06) inset;
}