Skip to content

Commit

Permalink
fix(css): more contrasted .figure-caption color in dark mode (#2697)
Browse files Browse the repository at this point in the history
Co-authored-by: Julien Déramond <[email protected]>
  • Loading branch information
louismaximepiton and julien-deramond authored Sep 12, 2024
1 parent 871a05e commit f43e4c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2073,7 +2073,7 @@ $thumbnail-box-shadow: var(--#{$prefix}box-shadow-sm) !default;

// scss-docs-start figure-variables
$figure-caption-font-size: $small-font-size !default;
$figure-caption-color: $gray-900 !default; // Boosted mod: instead of `var(--#{$prefix}secondary-color)`
$figure-caption-color: var(--#{$prefix}secondary-color) !default;
// scss-docs-end figure-variables

// Boosted mod
Expand Down

0 comments on commit f43e4c6

Please sign in to comment.