Skip to content

Commit

Permalink
header & custom
Browse files Browse the repository at this point in the history
  • Loading branch information
allycat committed Nov 20, 2023
1 parent 183b611 commit c6bb5be
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/header.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<header class="bg-gray-4">
<header class="bg-gray-8">
<div class="container">
<nav class="navbar navbar-expand-sm">
{% if site.home %}
Expand Down Expand Up @@ -28,4 +28,4 @@
</div>
</nav>
</div>
</header>
</header>
16 changes: 16 additions & 0 deletions _sass/_custom.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.navbar-brand {
color: var(--oc-gray-0);

&:hover {
color: var(--oc-gray-0);
}
}

.nav-link {
color: var(--oc-gray-0);

&:hover {
color: var(--oc-gray-0);
}
}

0 comments on commit c6bb5be

Please sign in to comment.