Merge pull request 'add some gritt' (#1) from setto-patch-1 into main

Reviewed-on: #1
This commit is contained in:
Settoshi Tonami 🎷🐛 2026-07-31 14:14:19 +02:00
commit fa211ac896

View file

@ -58,7 +58,7 @@
{{ if $banner }}
<div style="position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;background-image:url('{{ $banner }}');background-size:cover;background-position:center; background-attachment:fixed;"></div>
<!-- Dark overlay for readability -->
<div style="position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;background:linear-gradient(to bottom,rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.4) 100%);pointer-events:none;"></div>
<div style="position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;background-image:url('/images/texture.png');pointer-events:none;"></div>
{{ end }}