Skip to content

Commit e844b89

Browse files
committed
style: remove underlines from all links
1 parent 09f18ea commit e844b89

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@
105105
box-sizing: border-box;
106106
}
107107

108+
a {
109+
text-decoration: none;
110+
color: inherit;
111+
}
112+
108113
html {
109114
scroll-behavior: smooth;
110115
}

0 commit comments

Comments
 (0)