Skip to content

Commit

Permalink
fix: update link states
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmatthew committed Apr 28, 2021
1 parent d9d93e1 commit 1973773
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/assets/css/talis.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/css/talis.css.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions scss/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,7 @@ h6,
margin: 40px 0 20px;
border-bottom: 1px solid $gray-200;
}

a:focus {
outline: 1px solid currentColor;
}
3 changes: 3 additions & 0 deletions scss/talis.scss
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ $form-check-radio-checked-bg-image: url("data:image/svg+xml,<svg xmlns='ht
$form-check-input-checked-bg-image--alt: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='#{$form-check-input-checked-color--alt}' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/></svg>");
$form-check-radio-checked-bg-image--alt: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='2.5' fill='#{$form-check-input-checked-color--alt}'/></svg>");

$link-hover-color: $accent !default;
$link-hover-decoration: none !default;

$modal-backdrop-opacity: .8 !default;
$modal-md: 600px !default ;
$modal-header-border-color: $gray-200 !default;
Expand Down

0 comments on commit 1973773

Please sign in to comment.