Skip to content

Commit

Permalink
Update header.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnZaharick authored Oct 25, 2023
1 parent 4dc5176 commit 46c928f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/assets/styles/components/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ header.container {
&:hover {
cursor: pointer;
}
a {
color: inherit;
text-decoration: inherit;
}
}

.secondary {
Expand Down Expand Up @@ -72,4 +76,4 @@ header.container {
top: -20px;
filter: drop-shadow(0 0 1rem rgb(172, 172, 172));
z-index: -1;
}
}

0 comments on commit 46c928f

Please sign in to comment.