Skip to content

Commit

Permalink
Remove ugly blue headers
Browse files Browse the repository at this point in the history
  • Loading branch information
mdparker committed Mar 26, 2024
1 parent 6d1afda commit bbe0c85
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions 2024/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,16 @@
}
h1, h2 {
font-family: 'Trebuchet MS', 'Arial Black', sans-serif;
padding: 5px 5px 5px 0px;
background-color: #007acc;
margin-left: -16px;
margin-right: -16px;
text-align: center;
}
h1 {
margin-top: -16px;
padding: 32px;
text-align: center;
padding-top: 16px;
}
h2 {
padding: 16px 32px;
padding: 16px;
}
input {
margin-bottom: 8px;
Expand Down

0 comments on commit bbe0c85

Please sign in to comment.