initial commit
This commit is contained in:
21
read/read.css
Normal file
21
read/read.css
Normal 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+ */
|
||||
}
|
||||
Reference in New Issue
Block a user