From cd285d7100e16180ae9cd859d7e565da05c7fcde Mon Sep 17 00:00:00 2001 From: Jonathan la Cour Date: Sun, 8 Oct 2017 11:40:20 -0600 Subject: [PATCH] Add styles for shortcuts button in help modal --- scss/modules/modals/_help.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/scss/modules/modals/_help.scss b/scss/modules/modals/_help.scss index 0f934211..2c15f895 100644 --- a/scss/modules/modals/_help.scss +++ b/scss/modules/modals/_help.scss @@ -5,6 +5,15 @@ } } + .help_modal_header { + background-color: $color-shade-dark; + border-color: $color-shade-light; + + a { + color: $base-font-color; + } + } + .help_modal_divider { color: $color-highlight; }