Skip to content

Commit eb6e3d7

Browse files
committed
Darken text on light gray bgs
`#666` meets AA while the updated `#767676` doesn't against `#eee`
1 parent a624784 commit eb6e3d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/_counter.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
font-size: 11px;
55
font-weight: bold;
66
line-height: 1;
7-
color: $brand-gray;
7+
color: #666;
88
background-color: #eee;
99
border-radius: 20px;
1010
}

0 commit comments

Comments
 (0)