Skip to content

Commit f2141b1

Browse files
committed
Removed underlines for links, since these were looking kinda ugly
1 parent ea76c76 commit f2141b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

stylesheets/stylesheet.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ body {
88
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
99
}
1010

11+
a {
12+
text-decoration:none
13+
}
14+
1115
/* General & 'Reset' Stuff */
1216

1317
.container {

0 commit comments

Comments
 (0)