Skip to content

Commit e37b45c

Browse files
committed
style: restore no decorations on links
1 parent 433bb85 commit e37b45c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

website/.vuepress/styles/index.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,7 @@ html.dark {
3333
--c-bg: #1b1b1d;
3434

3535
}
36+
37+
a {
38+
text-decoration: none !important;
39+
}

0 commit comments

Comments
 (0)