Skip to content

Commit

Permalink
feat: css update
Browse files Browse the repository at this point in the history
  • Loading branch information
xsf0105 committed Jun 8, 2023
1 parent 2adddea commit 8136fc8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ button {
display: flex;
align-items: center;
}
.active-nav {
color: var(--brand-color);
}

.menu-group {
display: flex;
gap: 2rem;
Expand Down Expand Up @@ -88,6 +86,10 @@ button {
color: var(--nav-link-color);
}

.active-nav a {
color: var(--brand-color);
}

.translations,
.appearance,
.social-links {
Expand Down

0 comments on commit 8136fc8

Please sign in to comment.