Skip to content

Commit

Permalink
Make dark-mode highlight yellow brighter
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanw committed Aug 29, 2023
1 parent 698235f commit 1612332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/styles/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ $froide-theme-light: (

$froide-theme-dark: (
"highlight": (
"bg": $yellow-700,
"bg": $yellow-600,
"color": $white
),
"callout": (
Expand Down

0 comments on commit 1612332

Please sign in to comment.