Skip to content

Commit 84c6478

Browse files
committed
Merge pull request #927 from /issues/926/1
Fixes #926. Use dark yellow for CSS fix me highlight.
2 parents 95d831d + 8911ad3 commit 84c6478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webcompat/static/css/development/components/cssfixme.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:root {
44
--CSSFixme-fontSize: var(--base-fontSize);
55
--CSSFixme-backgroundColor : rgba(249, 249, 249, 0.6);
6-
--CSSFixme-backgroundColorStrong: var(--base-variantColorDark);
6+
--CSSFixme-backgroundColorStrong: var(--base-colorDark);
77
--CSSFixme-preBorderColor: var(--base-colorDark);
88
}
99

0 commit comments

Comments
 (0)