This commit is contained in:
2026-02-24 07:39:08 +01:00
parent 9f10e36582
commit 5a029c8cff
3 changed files with 4 additions and 8 deletions

View File

@@ -2,9 +2,9 @@
--bg-color: #0f172a;
--text-primary: #f8fafc;
--text-secondary: #94a3b8;
--accent-color: #3b82f6;
--accent-glow: rgba(59, 130, 246, 0.5);
--glass-bg: rgba(30, 41, 59, 0.7);
--accent-color: #08e413;
--accent-glow: rgba(11, 219, 28, 0.365);
--glass-bg: rgba(21, 22, 22, 0.7);
--glass-border: rgba(255, 255, 255, 0.1);
--success-color: #10b981;
--error-color: #ef4444;
@@ -17,7 +17,6 @@
}
body {
font-family: "Inter", sans-serif;
background-color: var(--bg-color);
color: var(--text-primary);
min-height: 100vh;
@@ -196,7 +195,6 @@ video.active {
.overlay {
position: absolute;
padding: 2rem 4rem;
border-radius: 20px;
text-align: center;
z-index: 10;
transition: opacity 0.5s ease;