From 1b24076788868f50812468b1bf4bb0ae86214e8c Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 16 May 2026 09:35:31 +0300 Subject: Add theme background music --- internal/generator/templates/themes/matrix/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/generator/templates/themes/matrix/theme.css') diff --git a/internal/generator/templates/themes/matrix/theme.css b/internal/generator/templates/themes/matrix/theme.css index a305daf..3d19413 100644 --- a/internal/generator/templates/themes/matrix/theme.css +++ b/internal/generator/templates/themes/matrix/theme.css @@ -68,7 +68,7 @@ box-shadow:0 0 40px rgba(0,255,65,0.25); } .modal-close { float:right; background:none; border:none; color:var(--g2); font-family:monospace; font-size:0.9rem; cursor:pointer; letter-spacing:2px; } - @media(max-width:640px) { .nav-hints{display:none;} header{padding:10px 16px;} .content{padding:10px 16px;} .modal-inner{padding:20px 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} } + @media(max-width:640px) { .nav-hints{padding:6px 16px} .nav-hints .nav-hints-row{padding:6px 0;gap:8px} .nav-hints kbd{display:none} .nav-hints-label,.nav-hints-spacer{display:none} .nav-fx-button{padding:10px 0;min-height:44px;flex:1 1 auto;justify-content:center;gap:0.2rem} header{padding:10px 16px;} .content{padding:10px 16px;} .modal-inner{padding:20px 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="matrix"] .splash-overlay { background: #000; font-family:'VT323','Courier New',monospace; } [data-sno-theme="matrix"] .splash-rain { position:absolute; inset:0; overflow:hidden; pointer-events:none; opacity:0.35; z-index:1; -- cgit v1.2.3