Skip to content

Commit 46c60dc

Browse files
authored
use $text-black instead of $text-dark-gray
1 parent d4f87e4 commit 46c60dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/base/normalize.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ h1 {
162162

163163
mark {
164164
background-color: #ff0;
165-
color: $text-gray-dark;
165+
color: $text-black;
166166
}
167167

168168
/**

0 commit comments

Comments
 (0)