Skip to content

Commit

Permalink
Update home page
Browse files Browse the repository at this point in the history
  • Loading branch information
mtpearce committed Feb 24, 2025
1 parent ac1314c commit 6591698
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</div>
<nav class="d-inline-flex mt-2 mt-md-0 ms-md-auto">
{% for item in site.data.settings.menu %}
<a class="title me-3 py-2 text-decoration-none" href="{{ site.github.url }}{{ item.url }}">{{ item.name }}</a>
<a class="title-nav me-3 py-2 text-decoration-none" href="{{ site.github.url }}{{ item.url }}">{{ item.name }}</a>
{% endfor %}
</nav>
</header>
8 changes: 7 additions & 1 deletion _sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ html {

body {
background: $backgroundColor;
color: $dark-gray; // $bodyColor;
color: $gray; // $bodyColor;
font-size: small;
font-family: $bodyFont;
text-align: left;
Expand Down Expand Up @@ -80,6 +80,12 @@ li:not(:last-child) {
font-weight: 300;
}

.title-nav {
font-family: 'Open Sans', sans-serif;
font-weight: 300;
margin-bottom: 0;
}

/* Side bar on main page */

.author__urls-wrapper {
Expand Down

0 comments on commit 6591698

Please sign in to comment.