Skip to content

Commit

Permalink
Remove inline style
Browse files Browse the repository at this point in the history
  • Loading branch information
tygern committed Jun 18, 2023
1 parent ae968ad commit 95ddb83
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
padding-top: 8.33rem;
}

a, a:visited {
color: darkslategrey;
}

.yes {
font-size: 4rem;
font-weight: bold;
Expand All @@ -32,7 +36,7 @@
</div>

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

0 comments on commit 95ddb83

Please sign in to comment.