Skip to content

Commit

Permalink
Edit animation
Browse files Browse the repository at this point in the history
Make consistent with the rest
  • Loading branch information
Pete-Fowler committed Sep 29, 2024
1 parent 17d5c6e commit ca3777b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/components/Navbar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ import ThemeIcon from "./ThemeIcon.astro"

div.logo > a:hover {
transform: scale(1.2);
color: var(--primary);
color: var(--text-dark);
transition: all 0.3s;
}

Expand Down

0 comments on commit ca3777b

Please sign in to comment.