website refactor
This commit is contained in:
@@ -141,9 +141,9 @@
|
||||
@layer utilities {
|
||||
/* Precision Racing Utilities */
|
||||
.glass-panel {
|
||||
background: rgba(20, 22, 25, 0.7);
|
||||
backdrop-filter: blur(12px);
|
||||
border: 1px solid var(--color-outline);
|
||||
background: rgba(20, 22, 25, 0.85);
|
||||
backdrop-filter: blur(16px);
|
||||
border-bottom: 1px solid var(--color-outline);
|
||||
}
|
||||
|
||||
.subtle-gradient {
|
||||
@@ -161,7 +161,7 @@
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
background: linear-gradient(90deg, var(--color-primary) 0%, transparent 100%);
|
||||
background: linear-gradient(90deg, transparent 0%, var(--color-primary) 50%, transparent 100%);
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user