Skip to content

Commit 83d9345

Browse files
committed
fix(typography): adjust type color for better contrast
1 parent 4bdfa27 commit 83d9345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sass/typography.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ body {
6767
.type {
6868
display: inline-block;
6969
font-size: 0.8rem;
70-
color: #555;
70+
color: #ccc;
7171
width: 2.5rem;
7272

7373
@include small {

0 commit comments

Comments
 (0)