Skip to content

Commit

Permalink
fix fix fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminleonard committed Nov 28, 2024
1 parent 6bd12aa commit 80f8fae
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions app/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ button:focus-visible,
[role='button']:focus-visible,
input[type='radio']:focus-visible,
input[type='checkbox']:focus-visible {
@apply rounded outline-0 ring ring-2 ring-accent-tertiary;
@apply outline-0 ring-2 ring-accent-tertiary;
}

a:focus,
Expand All @@ -104,7 +104,7 @@ input[type='checkbox']:focus {
outline: 2px solid black;
outline-offset: -2px;
box-shadow: none;
@apply rounded outline-0 ring ring-2 ring-accent-tertiary;
@apply outline-0 ring-2 ring-accent-tertiary;
}

a:focus:not(:focus-visible),
Expand Down Expand Up @@ -148,3 +148,9 @@ input[type='checkbox']:focus:not(:focus-visible) {
#footnotes p code {
@apply inline-code;
}

/* todo: include in design-system after upgrade */
.asciidoc-body a:not(:is(h1, h2, h3, h4, h5, h6) a) {
text-decoration-color: rgba(var(--content-accent-tertiary-rgb), 0.8);
@apply underline text-accent-secondary;
}

0 comments on commit 80f8fae

Please sign in to comment.