Improve pre and code html tags look

This commit is contained in:
Shinokuni 2019-12-28 17:26:30 +01:00
parent bb480c6496
commit c1d02ea38a
1 changed files with 22 additions and 1 deletions

View File

@ -33,7 +33,28 @@
margin-top: 0px;
}
body, blockquote, img, iframe, video, div, table, tbody, tr, td, pre, code, blockquote, p, em, b, span {
pre, code {
color: #FFFFFF;
background-color: #757575;
}
pre {
padding: 6px;
overflow: auto;
border-radius: 4px;
}
code {
padding: 2px;
border-radius: 2px;
}
pre > code {
padding: 0px;
border-radius: 0px;
}
body, blockquote, img, iframe, video, div, table, tbody, tr, td, blockquote, p, em, b, span {
max-width: 100%% !important;
}