diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-10 15:42:11 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-10 15:42:11 +0300 |
| commit | 150f8058d64e3e7545f3f81962441ed6d3a3ad9d (patch) | |
| tree | a1432e3a909eebfc6120efdb39b8c9da7bf14101 /internal/generator/theme_brutalist.go | |
| parent | 14a4c2e29c3d96204de54b636e245eff78f0ef9d (diff) | |
Release v0.1.5v0.1.5
--sync rsync to pi mirrors when reachable; default dirs ./inbox ./dist; ignore
inbox/dist. Splash index paths (/, trailing slash). PgUp/PgDn scroll + highlight.
Nav shared CSS in head for valid HTML; ARIA/viewport fixes; neon viewport.
Made-with: Cursor
Diffstat (limited to 'internal/generator/theme_brutalist.go')
| -rw-r--r-- | internal/generator/theme_brutalist.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/generator/theme_brutalist.go b/internal/generator/theme_brutalist.go index 1857615..849f40b 100644 --- a/internal/generator/theme_brutalist.go +++ b/internal/generator/theme_brutalist.go @@ -76,11 +76,12 @@ const brutalistTemplate = `<!DOCTYPE html> .splash-brutalist .splash-tag { font-family:'Courier New',monospace; color:var(--red); } .splash-brutalist .splash-hint { font-family:'Courier New',monospace; color:#c8c8c8; } .splash-brutalist .splash-inner { text-shadow: 0 0 12px #000, 0 2px 8px #000; } +{{template "navSharedCSSInner"}} </style> </head> <body> {{template "splashGate"}} - <div id="splash-overlay" class="splash-overlay splash-brutalist" tabindex="-1" aria-label="Open microblog"> + <div id="splash-overlay" class="splash-overlay splash-brutalist" role="dialog" aria-modal="true" aria-label="Open microblog" tabindex="-1"> <canvas class="splash-gl-canvas" id="splash-gl-canvas" aria-hidden="true"></canvas> <div class="splash-inner splash-frame"> <div class="splash-title">SNONUX.FOO</div> |
