Skip to content

Commit

Permalink
Fix card font color theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed Nov 17, 2023
1 parent 33c7076 commit 5b43602
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/src/sass/include/_bootstrap-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,5 @@ $accordion-button-active-color: pvar(--mainForegroundColor);
$accordion-button-focus-border-color: pvar(--mainColorLightest);
$accordion-button-focus-box-shadow: 0 0 0 .15rem pvar(--mainColorLightest);
$accordion-border-color: pvar(--inputBorderColor);

$card-color: pvar(--mainForegroundColor);

0 comments on commit 5b43602

Please sign in to comment.