Skip to content

Commit

Permalink
Merge branch 'main' into accessibility-audits-8805
Browse files Browse the repository at this point in the history
  • Loading branch information
rachmari authored Sep 12, 2024
2 parents ac805ed + 9f2aa82 commit cf6ec64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/content-render/stylesheets/heading-links.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@
mask: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16"><path d="m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z"></path></svg>');
mask-size: cover;
background-color: var(--color-fg-subtle);
@media (forced-colors: active) {
background-color: LinkText;
}
}
3 changes: 3 additions & 0 deletions src/search/components/SearchResults.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
mark {
background-color: transparent;
font-weight: bold;
@media (forced-colors: active) {
color: CanvasText;
}
}

word-wrap: break-word;
Expand Down

0 comments on commit cf6ec64

Please sign in to comment.