Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
96795d2138
2 changed files with 5 additions and 1 deletions
|
@ -3,7 +3,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
pre:not(.chroma) {
|
pre:not(.chroma) {
|
||||||
margin: 20px 0;
|
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -20,6 +19,10 @@ pre code {
|
||||||
|
|
||||||
code {
|
code {
|
||||||
color: var(--accent);
|
color: var(--accent);
|
||||||
|
text-size-adjust: 100%;
|
||||||
|
-ms-text-size-adjust: 100%;
|
||||||
|
-moz-text-size-adjust: 100%;
|
||||||
|
-webkit-text-size-adjust: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.highlight {
|
.highlight {
|
||||||
|
|
|
@ -15,6 +15,7 @@ html {
|
||||||
*::before,
|
*::before,
|
||||||
*::after {
|
*::after {
|
||||||
box-sizing: inherit;
|
box-sizing: inherit;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue