Skip to content

Commit 95ddb83

Browse files
committed
Remove inline style
1 parent ae968ad commit 95ddb83

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
padding-top: 8.33rem;
2121
}
2222

23+
a, a:visited {
24+
color: darkslategrey;
25+
}
26+
2327
.yes {
2428
font-size: 4rem;
2529
font-weight: bold;
@@ -32,7 +36,7 @@
3236
</div>
3337

3438
<div>
35-
Read our paper on <a href="https://github.com/initialcapacity/why-pairing-is-faster" style="color: darkslategrey">why pairing is faster</a>.
39+
Read our paper on <a href="https://github.com/initialcapacity/why-pairing-is-faster">why pairing is faster</a>.
3640
</div>
3741
</body>
3842
</html>

0 commit comments

Comments
 (0)