Skip to content

Commit

Permalink
Update cliques.html
Browse files Browse the repository at this point in the history
  • Loading branch information
JosuaKrause authored Oct 26, 2023
1 parent 7f7748f commit 0920b73
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions cliques.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,24 @@
body {
display: flex;
justify-content: center;
flex-direction: column;
}

h3 {
font-size: 1.25em;
font-weight: 500;
}

a,
a:visited {
color: black;
}

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

svg {
max-width: 99vw;
}
Expand Down

0 comments on commit 0920b73

Please sign in to comment.