lvalues
This commit is contained in:
parent
b8ec332de0
commit
2bdca414d0
7 changed files with 696 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue