summaryrefslogtreecommitdiff
path: root/src/themes/house/theme.json
diff options
context:
space:
mode:
authorJonas Kohl2024-10-12 20:00:10 +0200
committerJonas Kohl2024-10-12 20:02:57 +0200
commitdc5ad376ecc0a58d9e36c7b66cca57794c8b3b88 (patch)
treea66843bae9493c8190dcacd9ff3ad52bb0471071 /src/themes/house/theme.json
parent5420ba37c5d5037617d6daab03272a5146af263c (diff)
Fix wrong gradient color
Diffstat (limited to 'src/themes/house/theme.json')
-rw-r--r--src/themes/house/theme.json10
1 files changed, 9 insertions, 1 deletions
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;",
+ "}"
+ ]
]
}