Skip to content

Commit 9f67b29

Browse files
committed
improve nav hover
1 parent 299f8af commit 9f67b29

File tree

182 files changed

+2
-2396
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

182 files changed

+2
-2396
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ yarn-error.log*
3333
# vercel
3434
.vercel
3535
/public/feeds
36+
/dist

components/Navbar/navbar.module.scss

+1-5
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,7 @@
6161
}
6262

6363
&:hover {
64-
color: $pastel-purple;
65-
66-
@media (prefers-color-scheme: dark) {
67-
color: $pastel-dark-purple;
68-
}
64+
border-bottom: none;
6965
}
7066

7167
&--current {

dist/404.html

-1
This file was deleted.

dist/404.html.html

-1
This file was deleted.

dist/_next/data/2VqsZwW_Xm7ASWhplu1ng/about.json

-1
This file was deleted.

dist/_next/data/2VqsZwW_Xm7ASWhplu1ng/blog.json

-1
This file was deleted.

dist/_next/data/2VqsZwW_Xm7ASWhplu1ng/blog/9-cozy-vim-color-schemes.json

-1
This file was deleted.

dist/_next/data/2VqsZwW_Xm7ASWhplu1ng/blog/Test-global-npm-packages-in-a-quick-and-easy-way.json

-1
This file was deleted.

0 commit comments

Comments
 (0)