We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b182b6 commit 7e2a8a1Copy full SHA for 7e2a8a1
style/website.css
@@ -1,6 +1,7 @@
1
body {
2
margin: 3em 8%;
3
font-family: Helvetica, Arial, sans-serif;
4
+ color: black;
5
}
6
7
a {
@@ -71,3 +72,16 @@ div.credits ul {
71
72
list-style-type: none;
73
column-count: 3;
74
75
+
76
+div.credits a {
77
+ color: #00a;
78
+}
79
80
+div.credits a:visited {
81
82
83
84
+div.credits a:hover {
85
+ color: white;
86
+ background: black;
87
0 commit comments