This commit is contained in:
りき萌 2024-05-18 13:41:43 +02:00
parent b8ec332de0
commit 2bdca414d0
7 changed files with 696 additions and 0 deletions

View file

@ -108,6 +108,13 @@ button {
line-height: 1.5;
}
pre,
code,
kbd,
button {
font-size: 100%;
}
:root {
--recursive-mono: 0.0;
--recursive-casl: 1.0;
@ -792,6 +799,15 @@ th-literate-program[data-mode="output"] {
color: var(--error-color);
text-decoration: wavy underline;
}
&.hidden {
display: none;
}
&.type-hint {
color: var(--syntax-comment);
font-size: 80%;
}
}
.th-syntax-highlighting {