Skip to content

Commit

Permalink
style: adjust link and checkbox color on dark
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Jul 25, 2024
1 parent d705344 commit 4edb12e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils/settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ $dark: #212529;
$darker: #0F0F10;

$link-color: $action;
$link-color-dark: mix($white, $action, 40%);
$link-hover-color: mix($black, $primary, 20%);
$link-decoration: none;

Expand Down Expand Up @@ -142,7 +143,7 @@ $input-btn-padding-y: 0.75em;
$input-btn-padding-x: 1em;
$input-btn-line-height: 1.25;

$form-check-input-border: var(--bs-border-width) solid $action;
$form-check-input-border: var(--bs-border-width) solid var(--bs-action-text-emphasis);
$form-check-input-border-radius: 2px;
$form-check-input-checked-border-color: var(--bs-action-text-emphasis);
$form-check-input-checked-bg-color: $action;
Expand Down

0 comments on commit 4edb12e

Please sign in to comment.