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/gloss/theme.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/themes/gloss') diff --git a/src/themes/gloss/theme.json b/src/themes/gloss/theme.json index 7f68684..475b959 100644 --- a/src/themes/gloss/theme.json +++ b/src/themes/gloss/theme.json @@ -8,6 +8,11 @@ "../../ui/icons/css/fork-awesome.min.css", "../../ui/gloss.min.css", "../../ui/fonts/mybb-icons/style.css", - "../../ui/site.css" + "../../ui/site.css", + [ + ".post-container-controls {", + " background: linear-gradient(transparent, #f3f3f3 56%);", + "}" + ] ] } -- cgit v1.2.3