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 dd80d91 commit ac1314c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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="me-3 py-2 text-decoration-none" href="{{ site.github.url }}{{ item.url }}">{{ item.name }}</a>
<a class="title me-3 py-2 text-decoration-none" href="{{ site.github.url }}{{ item.url }}">{{ item.name }}</a>
{% endfor %}
</nav>
</header>
10 changes: 5 additions & 5 deletions _sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

$backgroundColor: #ffffff;
$bodyColor: #000000;
$bodyFont: "Open Sans", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
$sans-serif: $bodyFont;
// $bodyFont: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
// $sans-serif: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
// $bodyFont: "Open Sans", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
// $sans-serif: $bodyFont;
$bodyFont: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
$sans-serif: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
$linkColor: #212529 !important;

$github-color : #171516;
Expand Down Expand Up @@ -37,7 +37,7 @@ html {

body {
background: $backgroundColor;
color: $bodyColor;
color: $dark-gray; // $bodyColor;
font-size: small;
font-family: $bodyFont;
text-align: left;
Expand Down

0 comments on commit ac1314c

Please sign in to comment.