Clean up CSS

This commit is contained in:
Out Of Ideas 2024-03-16 20:31:40 -05:00
parent c53c0081ff
commit 1b9ba2268f
1 changed files with 3 additions and 9 deletions

View File

@ -84,11 +84,6 @@
} .cmd-line-comment {
color: #928374;
font-weight: bold
} b.inline {
font-family: monospace;
font-weight: normal;
font-size: 14px
} body {
margin: 40px auto;
max-width: 650px;
@ -98,13 +93,12 @@
color: #EBDBB2;
background-color: #1d2021
} h1 {
line-height: 1.2
} pre {
line-height: 1.2;
border-bottom: 1px solid #A89984
} b.inline, pre {
font-family: monospace;
font-weight: normal;
font-size: 14px
} h1 {
border-bottom: 1px solid #A89984
} a:link {
color: #458588
} a:visited {