Skip to content
This repository was archived by the owner on Sep 15, 2020. It is now read-only.

Commit 2b8d8a8

Browse files
committed
Remove text-decoration from social links.
1 parent 650e53a commit 2b8d8a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/assets/css/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,10 @@ footer ul {
235235
margin-bottom: 8px;
236236
}
237237

238+
.social-ul a{
239+
text-decoration: none;
240+
}
241+
238242
.social-ul li:not(:last-of-type) {
239243
margin-right: 16px;
240244
}

0 commit comments

Comments
 (0)