Merge remote-tracking branch 'upstream/master'

This commit is contained in:
revsuine 2025-06-03 15:03:51 +01:00
commit 96795d2138
Signed by: revsuine
GPG key ID: 3F257B68F5BC9339
2 changed files with 5 additions and 1 deletions

View file

@ -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 {

View file

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