Skip to content

Commit

Permalink
Merge pull request #40 from onflow/bastian/fix-style
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed Jan 10, 2024
2 parents 84ff950 + 88fd6cd commit 513b5f0
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -306,22 +306,21 @@ p {
margin: 1rem 0;
}


main {
font-weight: 400;
body {
font-weight: 300;
font-size: 1rem;
line-height: 1.75rem;
}

main ul {
ul {
list-style: disc outside;
}

main li {
li {
margin-left: 1.8rem;
}

main a {
a {
color: #00c271;
}

Expand Down

0 comments on commit 513b5f0

Please sign in to comment.