Skip to content

Commit

Permalink
update sass style syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
kcpevey committed Sep 12, 2024
1 parent 6263efd commit 9c2f6c3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/src/theme/components/navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

.navbar__brand {
@include link-style(var(--secondary-nebari), var(--secondary-nebari));
text-decoration: none;
& {
text-decoration: none;
}

.navbar__title {
font-size: 1.5rem;
Expand Down Expand Up @@ -34,7 +36,9 @@

.navbar__brand {
@include link-style(var(--secondary-nebari), var(--secondary-nebari));
text-decoration: none;
& {
text-decoration: none;
}
}
}

Expand Down

0 comments on commit 9c2f6c3

Please sign in to comment.