Skip to content

Commit

Permalink
Make checkboxes darker
Browse files Browse the repository at this point in the history
  • Loading branch information
nbudin committed Nov 26, 2024
1 parent a6c0049 commit 29f7ff2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/javascript/styles/_bootstrap_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@ $breadcrumb-padding-x: 1rem;
$breadcrumb-padding-y: 0.75rem;
$breadcrumb-border-radius: 0.25rem;

$prefix: 'bs-';

// People are having trouble seeing the checkboxes
$form-check-input-border: var(--#{$prefix}border-width) solid var(--#{$prefix}gray);

$custom-colors: (
'intercode-blue': #3b5998,
'medium-light': #e0e1e2,
'medium-light': #5f6265,
);

.bg-intercode-blue {
Expand Down

0 comments on commit 29f7ff2

Please sign in to comment.