feat: add new background image
This commit is contained in:
parent
0d11b65481
commit
1bb928b810
BIN
assets/images/bg-v1-dithered-3levels-colored-big-trans.png
Normal file
BIN
assets/images/bg-v1-dithered-3levels-colored-big-trans.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 605 KiB |
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user