Skip to content

Commit

Permalink
changing section color
Browse files Browse the repository at this point in the history
  • Loading branch information
yiying-zhang committed Mar 10, 2024
1 parent b51e9aa commit 13c1770
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _includes/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="row">
<div class="col-lg-12 text-center">
<h2>News</h2>
<hr class="star-primary">
<hr class="star-light">
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion _includes/people.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="row">
<div class="col-lg-12 text-center">
<h2>Members</h2>
<hr class="star-light">
<hr class="star-primary">
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion _includes/publication.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h3>Related Publication</h3>
<hr/>
{% else %}
<h2>Publication</h2>
<hr class="star-primary">
<hr class="star-light">
{% endif %}
</div>
</div>
Expand Down

0 comments on commit 13c1770

Please sign in to comment.