Skip to content

Commit ece7a3e

Browse files
heiskrlangermank
andauthored
Update mark tag to use background-color: var(--color-attention-subtle); (#1756)
* Update mark tag to use background-color: var(--color-attention-subtle); * Create lazy-snails-try.md Co-authored-by: Katie Langerman <[email protected]>
1 parent fc514d0 commit ece7a3e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/lazy-snails-try.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/css": minor
3+
---
4+
5+
Update mark tag to use background-color: var(--color-attention-subtle);

src/base/normalize.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ h1 {
161161
*/
162162

163163
mark {
164-
background-color: #ff0;
164+
background-color: var(--color-attention-subtle);
165165
color: var(--color-text-primary);
166166
}
167167

0 commit comments

Comments
 (0)