summaryrefslogtreecommitdiff
path: root/internal/generator/templates/themes/synthwave/theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'internal/generator/templates/themes/synthwave/theme.css')
-rw-r--r--internal/generator/templates/themes/synthwave/theme.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/generator/templates/themes/synthwave/theme.css b/internal/generator/templates/themes/synthwave/theme.css
index 0195e5f..085ca7f 100644
--- a/internal/generator/templates/themes/synthwave/theme.css
+++ b/internal/generator/templates/themes/synthwave/theme.css
@@ -1,9 +1,9 @@
:root { --pink:#ff2d78; --purple:#bf3fff; --orange:#ff6b2b; --bg:#0d0221; }
* { margin:0; padding:0; box-sizing:border-box; }
body { font-family:'Russo One','Arial Black',sans-serif; background:var(--bg);
- color:#fff; overflow:hidden; height:100vh; }
+ color:#fff; overflow:hidden; height:100vh; height:100dvh; }
#three-canvas { position:fixed; top:0; left:0; width:100%; height:100%; z-index:1; }
- .overlay { position:relative; z-index:10; height:100vh; display:flex; flex-direction:column; }
+ .overlay { position:relative; z-index:10; height:100vh; height:100dvh; display:flex; flex-direction:column; }
header { padding:16px 28px; background:rgba(13,2,33,0.82); backdrop-filter:blur(10px);
border-bottom:2px solid var(--pink); display:flex; align-items:center; justify-content:space-between; }
.logo { display:flex; align-items:center; gap:14px; }
@@ -52,7 +52,7 @@
box-shadow:0 0 60px rgba(255,45,120,0.35); padding:38px; }
.modal-close { float:right; background:none; border:none; color:var(--orange);
font-family:'Russo One',sans-serif; font-size:0.9rem; cursor:pointer; letter-spacing:2px; }
- @media(max-width:640px) { .nav-hints{display:none;} header{padding:12px 18px;} }
+ @media(max-width:640px) { .nav-hints{display:none;} header{padding:12px 18px;} .content{padding:12px 14px} .transmit-btn{padding-top:11px;padding-bottom:11px;min-height:44px} .modal-close{padding:10px 14px;min-width:44px;min-height:44px;text-align:center} }
[data-sno-theme="synthwave"] .splash-overlay {
background: linear-gradient(180deg, #2a0a3e 0%, var(--bg) 38%, #1a0630 100%);
}