mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions.git
synced 2025-05-16 06:27:03 +00:00
fix css
This commit is contained in:
parent
75045bac34
commit
bc6cce2edb
1 changed files with 5 additions and 6 deletions
|
@ -24,12 +24,6 @@ img {
|
||||||
}
|
}
|
||||||
|
|
||||||
.md-typeset pre > code {
|
.md-typeset pre > code {
|
||||||
word-break: break-all;
|
|
||||||
word-break: break-word;
|
|
||||||
overflow: unset;
|
|
||||||
}
|
|
||||||
|
|
||||||
.md-typeset code {
|
|
||||||
padding: 9.5px;
|
padding: 9.5px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
line-height: 1.428571429;
|
line-height: 1.428571429;
|
||||||
|
@ -40,6 +34,11 @@ img {
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
border-color: #f09018;
|
border-color: #f09018;
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
|
/*overflow: unset;*/
|
||||||
|
}
|
||||||
|
|
||||||
|
.md-typeset code {
|
||||||
|
/*overflow: unset;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
strong {
|
strong {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue