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 50d8dbd commit 8209d08
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ body {
h1, h2, h3, h4, h5, p {
color: white;
font-family: Console, sans-serif;
margin: 1em;
margin: 0;
padding: 0;
}
h1 {
Expand All @@ -22,6 +22,7 @@ h1 {
h2 {
font-size: 2.5vmax;
padding-left: .25em;
padding-bottom: -.5em;
}
h3 {
font-size: 1.75vmax;
Expand All @@ -45,10 +46,15 @@ a:hover {
text-decoration: underline;
}
ul {
content: "LLLL";
padding-left: 1em;
color: white;
font-size: 1.75vmax;
list-style-type: disc;
}
ul::before {
color: white;
}
em {
text-decoration: none;
font-style: normal;
Expand Down

0 comments on commit 8209d08

Please sign in to comment.