Skip to content

Commit

Permalink
Fix question styles in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Jan 13, 2024
1 parent 58633af commit a0fe228
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/question/question.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
font-size: 0.75rem;
font-weight: bold;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: $text-primary;
color: $text-primary-default;
padding-bottom: $space;
}

Expand Down Expand Up @@ -54,6 +54,7 @@
/* override dark mode */
background-color: $input-background-default;
color: $text-primary-default;
border-color: $ui-black-transparent-default;
}

[dir="ltr"] .question-input > input {
Expand Down

0 comments on commit a0fe228

Please sign in to comment.