Skip to content

Commit

Permalink
normalize: use --color-fg-default on mark (#2309)
Browse files Browse the repository at this point in the history
* normalize: use --color-fg-default on mark

* Create chatty-squids-think.md

Co-authored-by: simurai <simulus@gmail.com>
  • Loading branch information
jdanyow and simurai committed Dec 16, 2022
1 parent 916eb79 commit f76e785
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/chatty-squids-think.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/css": patch
---

Use `--color-fg-default` for `mark`
2 changes: 1 addition & 1 deletion src/base/normalize.scss
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ h1 {

mark {
background-color: var(--color-attention-subtle);
color: var(--color-text-primary);
color: var(--color-fg-default);
}

/**
Expand Down

0 comments on commit f76e785

Please sign in to comment.