Skip to content

Commit

Permalink
Merge pull request #34571 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Sep 13, 2024
2 parents b7902e6 + d314730 commit 293a732
Show file tree
Hide file tree
Showing 3 changed files with 9 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/links/stylesheets/hover-card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@ p.hover-card-anchor {
mask-image: url("/assets/cb-479/images/site/hash.svg");
mask-size: cover;
vertical-align: middle;
@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 293a732

Please sign in to comment.