CSS cleanup

This commit is contained in:
video-prize-ranch
2022-12-20 19:35:48 -05:00
parent 82c360baa0
commit e82b47a729
24 changed files with 93 additions and 163 deletions

View File

@@ -1,8 +1,13 @@
h1, h2, h3 {
margin: 0.4em 0;
}
code {
background-color: #424242;
padding: 2px;
padding: 0.15rem;
font-size: 0.95em;
background-color: #383838;
border-radius: 4px;
font-size: 0.9em;
font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
}
summary {