Skip to content

Commit f76e785

Browse files
jdanyowsimurai
andauthored
normalize: use --color-fg-default on mark (#2309)
* normalize: use --color-fg-default on mark * Create chatty-squids-think.md Co-authored-by: simurai <[email protected]>
1 parent 916eb79 commit f76e785

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/chatty-squids-think.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/css": patch
3+
---
4+
5+
Use `--color-fg-default` for `mark`

src/base/normalize.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ h1 {
153153

154154
mark {
155155
background-color: var(--color-attention-subtle);
156-
color: var(--color-text-primary);
156+
color: var(--color-fg-default);
157157
}
158158

159159
/**

0 commit comments

Comments
 (0)