Skip to content

Commit 7e2a8a1

Browse files
Steve Hollaschhollasch
Steve Hollasch
authored andcommitted
website: make subtle links from names in credits
The original links drew too much attention to names with hyperlinks. The new style is obvious on hover, otherwise a subtle dark blue.
1 parent 3b182b6 commit 7e2a8a1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

style/website.css

+14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
body {
22
margin: 3em 8%;
33
font-family: Helvetica, Arial, sans-serif;
4+
color: black;
45
}
56

67
a {
@@ -71,3 +72,16 @@ div.credits ul {
7172
list-style-type: none;
7273
column-count: 3;
7374
}
75+
76+
div.credits a {
77+
color: #00a;
78+
}
79+
80+
div.credits a:visited {
81+
color: #00a;
82+
}
83+
84+
div.credits a:hover {
85+
color: white;
86+
background: black;
87+
}

0 commit comments

Comments
 (0)