initial commit

This commit is contained in:
Luke Ogburn
2019-03-30 23:03:43 -04:00
commit 3d9e0c7717
29 changed files with 740 additions and 0 deletions

21
read/read.css Normal file
View File

@@ -0,0 +1,21 @@
h3{
text-align: center;
}
h3>a.postLink{
color: var(--main-light-color) !important;
text-decoration: none !important;
}
#open{
width: 60%;
margin-left: auto;
margin-right: auto;
}
pre{
font-family: inherit;
font-size: 1em;
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}