Updated some styles

This commit is contained in:
Gregory Ballantine 2023-03-04 21:31:42 -05:00
parent df89fd87c7
commit aea9415bbd

View File

@ -1,7 +1,7 @@
$navbar-height: 60px;
$highlight-color: cornflowerblue;
$highlight-color-dark: darken($highlight-color, 10%);
$highlight-color: #2980b9;
$highlight-color-dark: lighten($highlight-color, 10%);
body{
padding-top: calc($navbar-height + 15px);