Skip to content

Commit

Permalink
index
Browse files Browse the repository at this point in the history
  • Loading branch information
t-lohse committed Jul 9, 2024
1 parent 7c6ee95 commit f856b6d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ html, body {
}
body {
background-color: #1a1a1a;
margin: 1em;
margin: 0;
padding: 0;
text-align: left;
}
h1, h2, h3, h4, h5, p {
color: white;
font-family: Console, sans-serif;
margin: 0;
margin: 1em;
padding: 0;
}
h1 {
Expand All @@ -31,6 +31,7 @@ h4 {
font-size: 1.25vmax;
}
ul {
margin-left: 1em;
padding-left: 3em;
color: white;
font-size: 1.75vmax;
Expand Down

0 comments on commit f856b6d

Please sign in to comment.