Skip to content

Commit

Permalink
Update mark tag to use background-color: var(--color-attention-subtle…
Browse files Browse the repository at this point in the history
…); (#1756)

* Update mark tag to use background-color: var(--color-attention-subtle);

* Create lazy-snails-try.md

Co-authored-by: Katie Langerman <[email protected]>
  • Loading branch information
heiskr and langermank authored Nov 19, 2021
1 parent fc514d0 commit ece7a3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/lazy-snails-try.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/css": minor
---

Update mark tag to use background-color: var(--color-attention-subtle);
2 changes: 1 addition & 1 deletion src/base/normalize.scss
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ h1 {
*/

mark {
background-color: #ff0;
background-color: var(--color-attention-subtle);
color: var(--color-text-primary);
}

Expand Down

0 comments on commit ece7a3e

Please sign in to comment.