From dc5ad376ecc0a58d9e36c7b66cca57794c8b3b88 Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Sat, 12 Oct 2024 20:00:10 +0200 Subject: Fix wrong gradient color --- src/themes/house/theme.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/themes/house/theme.json') diff --git a/src/themes/house/theme.json b/src/themes/house/theme.json index f047c16..f77212d 100644 --- a/src/themes/house/theme.json +++ b/src/themes/house/theme.json @@ -9,6 +9,14 @@ "../../ui/house.min.css", "../../ui/house-theme.min.css", "../../ui/fonts/mybb-icons/style.css", - "../../ui/site.css" + "../../ui/site.css", + [ + ".post-container-controls {", + " background: linear-gradient(transparent, #362d25 56%);", + "}", + ".post-container-controls::after {", + " background-color: #000;", + "}" + ] ] } -- cgit v1.2.3