From 9180c2060f8cffead2f4cf07e16b75fd70e4c2c6 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 21 Nov 2021 12:16:13 +0000 Subject: [PATCH] Henge dropdown colors --- theme/henge/theme.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/henge/theme.json b/theme/henge/theme.json index ae2617326..87a46f825 100644 --- a/theme/henge/theme.json +++ b/theme/henge/theme.json @@ -1,4 +1,8 @@ { + "dropdown-fg-color": "white", + "dropdown-bg-color": "#483335", + "dropdown-bg-color-hover": "#583335", + "dropdown-fg-color-hover": "white", "post-separator-margin-top": "10px", "post-separator-margin-bottom": "10px", "time-color": "grey",