From e0b18fc8f68409aec8cb97e5c3bb8ff5314060a2 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 21 Nov 2021 11:59:46 +0000 Subject: [PATCH] rc3 theme dropdown colors --- theme/rc3/theme.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/rc3/theme.json b/theme/rc3/theme.json index 14083636b..afacf7d65 100644 --- a/theme/rc3/theme.json +++ b/theme/rc3/theme.json @@ -1,4 +1,8 @@ { + "dropdown-fg-color": "white", + "dropdown-bg-color": "#002a3a", + "dropdown-bg-color-hover": "#025d84", + "dropdown-fg-color-hover": "white", "post-separator-margin-top": "10px", "post-separator-margin-bottom": "10px", "calendar-header-font-style": "normal",