This commit is contained in:
torcado194 2022-03-20 17:54:46 -04:00
commit 61c509dd92
10 changed files with 1521 additions and 0 deletions

35
src/common.css Normal file
View file

@ -0,0 +1,35 @@
blockquote {
border-left: 2px solid;
padding-left: 20px;
}
hr {
border-width: 0;
border-bottom-width: 1px;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.5em;
}
h3 {
font-size: 1.17em;
}
h4 {
font-size: 1em;
}
h5 {
font-size: 0.83em;
}
h6 {
font-size: 0.67em;
}
ol {
list-style: decimal;
}
ol, ul {
padding-left: 30px;
}