feat: add css variable to set max height for code blocks (#119)
This commit is contained in:
parent
e4f8111a3b
commit
4424e0b81c
8 changed files with 65 additions and 79 deletions
|
@ -1,3 +1,9 @@
|
|||
/* Global customization */
|
||||
|
||||
:root {
|
||||
--code-max-height: 60rem;
|
||||
}
|
||||
|
||||
/* Light mode theming */
|
||||
:root,
|
||||
:root[color-mode="light"] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue