fix pre not wrapping
This commit is contained in:
parent
9ea725804d
commit
6c32cf0783
|
@ -67,6 +67,9 @@ blockquote {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 99
|
z-index: 99
|
||||||
}
|
}
|
||||||
|
pre {
|
||||||
|
white-space: pre-wrap
|
||||||
|
}
|
||||||
a {color: #92ebf0}
|
a {color: #92ebf0}
|
||||||
body {background-color: #0a0a0a; color: #eaeaea}
|
body {background-color: #0a0a0a; color: #eaeaea}
|
||||||
h1, h2, h3, h4, h5, h6 {color: #9a9a9a}
|
h1, h2, h3, h4, h5, h6 {color: #9a9a9a}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user