From a21c73976238b12e896fa2d8b78d44bfeacd487b Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 1 Mar 2021 10:31:31 +0000 Subject: [PATCH] Dropdown colors --- theme/hacker/theme.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/hacker/theme.json b/theme/hacker/theme.json index 7c2b120dd..bb121213c 100644 --- a/theme/hacker/theme.json +++ b/theme/hacker/theme.json @@ -1,4 +1,8 @@ { + "dropdown-fg-color": "#dddddd", + "dropdown-bg-color": "#111", + "dropdown-bg-color-hover": "#035103", + "dropdown-fg-color-hover": "#dddddd", "newswire-publish-icon": "True", "full-width-timeline-buttons": "False", "icons-as-buttons": "False",