Skip to content

Commit

Permalink
styles
Browse files Browse the repository at this point in the history
  • Loading branch information
markwkidd committed Dec 7, 2024
1 parent 68e3369 commit cffd238
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion _sass/custom/custom.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
$off-white: #f9f7f2 ;

$nav-text: $off-white;

.side-bar {
color: $nav-text;
}

.site-header {
#background: $body-background-color;
}

.site-header a:hover {
background: unset;
}
}

0 comments on commit cffd238

Please sign in to comment.