diff --git a/assets/images/bg-v1-dithered-3levels-colored-big-trans.png b/assets/images/bg-v1-dithered-3levels-colored-big-trans.png new file mode 100644 index 0000000..27b5b78 Binary files /dev/null and b/assets/images/bg-v1-dithered-3levels-colored-big-trans.png differ diff --git a/html/html.go b/html/html.go index 1effe35..ffe3f15 100644 --- a/html/html.go +++ b/html/html.go @@ -59,8 +59,10 @@ func FileListPage(req string, entries []Entry, big_preview_mode bool) string { font-weight: 400; font-style: normal; background-color: var(--bg-color); - background-image: url(/assets/images/logo-64px-padded.png); + background-image: url(/assets/images/bg-v1-dithered-3levels-colored-big-trans.png); background-blend-mode: difference; + background-position: center; + background-repeat: repeat-y; text-align: center; font-size: 32px; }