Skip to content

Commit

Permalink
Fix dark theme dropdown colours
Browse files Browse the repository at this point in the history
  • Loading branch information
cyderize committed Jun 28, 2023
1 parent e643b94 commit ace75b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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%);

Expand Down

0 comments on commit ace75b0

Please sign in to comment.