Skip to content

Commit

Permalink
reduce font header font weights
Browse files Browse the repository at this point in the history
  • Loading branch information
le4ker committed Apr 18, 2024
1 parent 0d033c6 commit 9dfb9ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _includes/timeline.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>{{ event.date }}</h4>
<strong>{{ event.date | upcase }}</strong>
</div>
<div class="timeline-body">
{{ event.description | markdownify }}
Expand Down
3 changes: 1 addition & 2 deletions css/grayscale.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ h5,
h6 {
margin: 0 0 35px;
text-transform: uppercase;
font-weight: 500;
font-weight: 400;
letter-spacing: 1px;
}

Expand Down Expand Up @@ -221,7 +221,6 @@ a {
}
.intro-text {
font-size: 2.3rem;
font-weight: 500;
@if $navbar-text-shadow {
text-shadow: 1px 0 1px #222222;
}
Expand Down

0 comments on commit 9dfb9ca

Please sign in to comment.