fix: use theme background as default

This commit is contained in:
hexxa 2022-04-11 21:07:40 +08:00 committed by Hexxa
parent 71ea41cb07
commit 7e5f3995b4
5 changed files with 22 additions and 28 deletions

View file

@ -52,7 +52,7 @@
}
.theme-dark #bg {
/* background: url("/static/img/textured_paper.png") repeat fixed center; */
background: url("/static/img/px_by_Gre3g.webp") repeat fixed center;
background-color: rgb(22 22 24);
color: #ccc;
position: fixed;