Styling share
This commit is contained in:
parent
ad84355ebc
commit
feeb49a42b
5 changed files with 241 additions and 24 deletions
7
packages/web/src/components/codeblock.module.css
Normal file
7
packages/web/src/components/codeblock.module.css
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
.codeblock {
|
||||
pre {
|
||||
--shiki-dark-bg: var(--sl-color-bg) !important;
|
||||
background-color: var(--sl-color-bg) !important;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue