Compare commits

..

No commits in common. "96795d2138d1ca9139e8bc9aee623aedaa3be544" and "649db7e5e905b21281dac8111e098556f07de6cc" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View file

@ -3,6 +3,7 @@
} }
pre:not(.chroma) { pre:not(.chroma) {
margin: 20px 0;
padding: 10px; padding: 10px;
} }
@ -19,10 +20,6 @@ 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 {

View file

@ -15,7 +15,6 @@ html {
*::before, *::before,
*::after { *::after {
box-sizing: inherit; box-sizing: inherit;
word-break: break-word;
} }
body { body {