Skip to content

Commit

Permalink
Update bench.html
Browse files Browse the repository at this point in the history
  • Loading branch information
JosuaKrause authored Oct 26, 2023
1 parent cae18ec commit 498283b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions bench.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,26 @@
padding: 2px;
margin: 2px;
}

a {
font-size: 18px;
}
}

body {
display: flex;
justify-content: center;
flex-direction: column;
}

a,
a:visited {
color: black;
}

a:hover,
a:focus {
color: #444;
}

h3 {
Expand Down

0 comments on commit 498283b

Please sign in to comment.