Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6d8c51a

Browse files
committed
Update style.scss
1 parent 1e4c88c commit 6d8c51a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

assets/css/style.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
---
33

44
@import "{{ site.theme }}";
5-
a:hover {font-weight: normal;
6-
text-decoration: underline;}
5+
a:link {text-decoration: bold;}
6+
a:hover {text-decoration: none;
7+
text-shadow: 0 0 .65px #333, 0 0 .65px #333;}

0 commit comments

Comments
 (0)