Skip to content

Commit

Permalink
Revert to old content font color (#1799)
Browse files Browse the repository at this point in the history
  • Loading branch information
cart authored Nov 13, 2024
1 parent 2479f34 commit f2afcbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sass/pages/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $content-font-size: 1.22rem;
font-size: $content-font-size;
font-weight: 400;
line-height: 1.43;
color: #bbb;
color: #d2d2d2;
font-style: normal;
text-decoration: none;
word-break: break-word;
Expand Down

0 comments on commit f2afcbf

Please sign in to comment.