fix(theme): background is not enabled for white theme

This commit is contained in:
hexxa 2022-04-13 22:07:54 +08:00 committed by Hexxa
parent 7e5f3995b4
commit 294e52216c

View file

@ -52,7 +52,7 @@
} }
.theme-default #bg { .theme-default #bg {
/* background: url("/static/img/textured_paper.png") repeat fixed center; */ background: url("/static/img/textured_paper.png") repeat fixed center;
position: fixed; position: fixed;
left: 0; left: 0;
right: 0; right: 0;