Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4009265 commit 2ea69fdCopy full SHA for 2ea69fd
assets/css/style.css
@@ -33,7 +33,9 @@ blockquote, q {quotes: none;}
33
blockquote:before,
34
blockquote:after,
35
q:before,
36
-q:after {content: ''; content: none;}
+q:after {
37
+ content: none;
38
+}
39
40
a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; text-decoration:none;}
41
a:hover {text-decoration:underline;}
@@ -59,9 +61,7 @@ pre {
59
61
line-height: 20px;
60
62
word-break: break-all;
63
word-wrap: break-word;
- white-space: pre;
- white-space: pre-wrap;
64
- white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
+ white-space: pre-line;
65
background-color: light-dark(#f5f5f5, #151515);
66
border: 1px solid light-dark(#ccc, #222);
67
border: 1px solid rgba(0, 0, 0, 0.15);
0 commit comments