ci: add NPM packages publish (#13974)

Co-authored-by: Teffen Ellis <teffen@nirri.us>
This commit is contained in:
Marc 'risson' Schmitt
2025-04-14 16:14:17 +02:00
committed by GitHub
parent 895cd23b57
commit bf0235c113
36 changed files with 26659 additions and 20 deletions

View File

@@ -0,0 +1,12 @@
:root {
--docusaurus-highlighted-code-line-bg: #efefef;
}
html[data-theme="dark"] {
/* Color which works with dark mode syntax highlighting theme */
--docusaurus-highlighted-code-line-bg: #3f3f3f;
}
.theme-code-block pre code {
font-weight: 500;
}