Skip to content

Commit

Permalink
improved styling
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoreilly committed Sep 22, 2023
1 parent b0e1561 commit 6d02bac
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,21 @@
background-color: hsla(0, 0, 0, 0.3);
}

.td-navbar .nav-link {
color: white;
font-weight: 500;
text-shadow: none;
}

.td-navbar .nav-link:hover {
color: hsl(0, 0%, 80%);
}

.display-1,
.lead {
font-weight: 400;
}

.repositories-section-index-list {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 6d02bac

Please sign in to comment.