Skip to content

Commit

Permalink
link color
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <[email protected]>
  • Loading branch information
leecalcote committed Oct 28, 2023
1 parent d68de72 commit e7dc86e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
.navbar-brand {
margin: 1.5rem;
}
}
// Links

a {
color: $primary;
text-decoration: none; }
a:hover {
color: $white; }

a:not([href]):not([class]), a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none; }

0 comments on commit e7dc86e

Please sign in to comment.