diff --git a/src/style.scss b/src/style.scss index 91e3680..d8c1fe5 100644 --- a/src/style.scss +++ b/src/style.scss @@ -34,6 +34,9 @@ $pre-code-font-size: 1em; $label-color: hsl(0, 0%, 71%); $input-background-color: hsl(0, 0%, 12%); $button-background-color: hsl(0, 0%, 12%); + $dropdown-item-hover-color: $text; + $dropdown-item-hover-background-color: hsl(0, 0%, 12%); + $dropdown-item-active-color: $text-strong; $tag-background-color: hsl(0, 0%, 96%);