feat: add new background image

This commit is contained in:
Louis Dalibard 2025-01-03 04:16:41 +01:00
parent 0d11b65481
commit 1bb928b810
2 changed files with 3 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 605 KiB

View File

@ -59,8 +59,10 @@ func FileListPage(req string, entries []Entry, big_preview_mode bool) string {
font-weight: 400; font-weight: 400;
font-style: normal; font-style: normal;
background-color: var(--bg-color); 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-blend-mode: difference;
background-position: center;
background-repeat: repeat-y;
text-align: center; text-align: center;
font-size: 32px; font-size: 32px;
} }