From 294e52216c53c031b09896c0d80fd44dcd5b31d2 Mon Sep 17 00:00:00 2001 From: hexxa Date: Wed, 13 Apr 2022 22:07:54 +0800 Subject: [PATCH] fix(theme): background is not enabled for white theme --- public/static/css/white.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/static/css/white.css b/public/static/css/white.css index 96afe3f..d5526ca 100644 --- a/public/static/css/white.css +++ b/public/static/css/white.css @@ -52,7 +52,7 @@ } .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; left: 0; right: 0;