From 5ea063acd00079df90ad5ca2c71f1e29f108a72d Mon Sep 17 00:00:00 2001 From: ne0n <16802-ne0n@users.noreply.gitgud.io> Date: Tue, 15 Dec 2020 20:11:24 -0800 Subject: [PATCH] Fix broken background color fallback in Mushroom theme --- gulp/res/css/themes/mushroom.css | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/gulp/res/css/themes/mushroom.css b/gulp/res/css/themes/mushroom.css index 093e8509..91468973 100644 --- a/gulp/res/css/themes/mushroom.css +++ b/gulp/res/css/themes/mushroom.css @@ -29,27 +29,21 @@ --greentext-color: #789922; --pinktext-color: #e0727f; } - body { - background-image: url("/file/mushroom.png"); + background: var(--background-rest) url("/file/mushroom.png"); } - a.post-name { color: #a0ffff; } - a.quote { color: #81a2be; } - table { border: 1px solid var(--box-border-color); } - tr { - background-image: url("/file/mushroom.png"); + background: var(--background-rest) url("/file/mushroom.png"); } - .captcha { filter: invert(90%); } \ No newline at end of file