mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
8 lines
158 B
CSS
8 lines
158 B
CSS
/* copied from the main theme */
|
|
pre:has(> code.language-toy) {
|
|
line-height: 1.18em;
|
|
overflow-x: auto;
|
|
width: fit-content;
|
|
max-width: 100%;
|
|
}
|