Fix basepath ipv6, fix sponsor.

This commit is contained in:
2026-05-14 21:17:50 +07:00
parent 219b420f48
commit cce0c675f9
12 changed files with 177 additions and 125 deletions
+16 -4
View File
@@ -23,6 +23,10 @@
"Courier New", monospace;
--spacing-gutter: clamp(1.25rem, 5vw, 5rem);
--spacing-stack-sm: 1rem;
--spacing-stack-md: 1.5rem;
--spacing-stack-lg: 2rem;
--spacing-section-gap: clamp(2rem, 8vw, 6rem);
--spacing-container-max: 1800px;
}
@@ -53,17 +57,25 @@ textarea::placeholder {
.glass-panel {
background: rgba(15, 15, 15, 0.7);
backdrop-filter: blur(8px);
border: 1px solid rgba(197, 160, 89, 0.2);
backdrop-filter: blur(12px);
border: 1px solid rgba(197, 160, 89, 0.15);
box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}
@media (min-width: 1024px) {
.glass-panel {
backdrop-filter: blur(12px);
border: 1px solid rgba(197, 160, 89, 0.3);
border: 1px solid rgba(197, 160, 89, 0.25);
}
}
.gold-border {
border: 1px solid var(--color-primary) !important;
}
.gold-glow {
box-shadow: 0 0 20px rgba(197, 160, 89, 0.2);
}
.gold-gradient-bg {
background: linear-gradient(135deg, #c5a059 0%, #8e6d3d 100%);
}