Compare commits
4 commits
649db7e5e9
...
96795d2138
Author | SHA1 | Date | |
---|---|---|---|
96795d2138 | |||
![]() |
5a2b4c0f1f | ||
![]() |
973642048a | ||
![]() |
855bbc2f09 |
2 changed files with 5 additions and 1 deletions
|
@ -3,7 +3,6 @@
|
|||
}
|
||||
|
||||
pre:not(.chroma) {
|
||||
margin: 20px 0;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
|
@ -20,6 +19,10 @@ pre code {
|
|||
|
||||
code {
|
||||
color: var(--accent);
|
||||
text-size-adjust: 100%;
|
||||
-ms-text-size-adjust: 100%;
|
||||
-moz-text-size-adjust: 100%;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
}
|
||||
|
||||
.highlight {
|
||||
|
|
|
@ -15,6 +15,7 @@ html {
|
|||
*::before,
|
||||
*::after {
|
||||
box-sizing: inherit;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue