Skip to content

Commit

Permalink
Improve readiblity with higher color contrast between font/background
Browse files Browse the repository at this point in the history
  • Loading branch information
chchwy committed Jun 19, 2024
1 parent 44460db commit 57cc76d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h1 class="post-title" itemprop="name headline">{{ page.title | escape }}</h1>
{% endif %}</p>
</header> -->

<div itemprop="articleBody">
<div itemprop="articleBody" class="post-content">
{{ content }}
</div>

Expand Down
6 changes: 5 additions & 1 deletion assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@
site-footer .my-svg-icon:hover {
color: #005cc0;
fill: #005cc0;
}
}

.post-content {
color: #383f42;
}

0 comments on commit 57cc76d

Please sign in to comment.