Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2ea69fd

Browse files
committed
chore(css): remove pre-CSS3 quirks
1 parent 4009265 commit 2ea69fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

assets/css/style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ blockquote, q {quotes: none;}
3333
blockquote:before,
3434
blockquote:after,
3535
q:before,
36-
q:after {content: ''; content: none;}
36+
q:after {
37+
content: none;
38+
}
3739

3840
a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; text-decoration:none;}
3941
a:hover {text-decoration:underline;}
@@ -59,9 +61,7 @@ pre {
5961
line-height: 20px;
6062
word-break: break-all;
6163
word-wrap: break-word;
62-
white-space: pre;
63-
white-space: pre-wrap;
64-
white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
64+
white-space: pre-line;
6565
background-color: light-dark(#f5f5f5, #151515);
6666
border: 1px solid light-dark(#ccc, #222);
6767
border: 1px solid rgba(0, 0, 0, 0.15);

0 commit comments

Comments
 (0)