Forgot <p>

This commit is contained in:
Sophia Atkinson 2022-01-20 11:52:55 -08:00 committed by GitHub
parent 144031c8ef
commit ebd0c4b621
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 75 additions and 55 deletions

View File

@ -7,48 +7,61 @@ body {
background: #121212;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: #fff;
text-decoration: none;
}
h1 {
color: #fff;
font-family: monospace, monospace;
font-size: 2em;
line-height: 1.5em;
}
h2 {
color: #fff;
font-family: monospace, monospace;
font-size: 1.5em;
line-height: 1.5em;
}
h3 {
color: #fff;
font-family: monospace, monospace;
font-size: 1.25em;
line-height: 1.5em;
}
h4 {
color: #fff;
font-family: monospace, monospace;
font-size: 1.1em;
line-height: 1.5em;
}
h5 {
color: #fff;
font-family: monospace, monospace;
font-size: 0.9em;
line-height: 1.5em;
}
h6 {
color: #fff;
font-family: monospace, monospace;
font-size: 0.7em;
line-height: 1.5em;
}
sub {
color: #fff;
font-family: monospace, monospace;
font-size: 0.8em;
position: relative;
top: 0.5em;
@ -56,6 +69,7 @@ top: 0.5em;
sup {
color: #fff;
font-family: monospace, monospace;
font-size: 0.8em;
position: relative;
top: -0.5em;
@ -103,3 +117,9 @@ pre code {
padding: 1em 1.5em;
overflow-x: auto;
}
p {
color: #fff;
font-family: monospace, monospace;
font-size: 1em
}