mirror of
https://github.com/goauthentik/authentik
synced 2026-05-01 03:47:05 +02:00
ci: add NPM packages publish (#13974)
Co-authored-by: Teffen Ellis <teffen@nirri.us>
This commit is contained in:
committed by
GitHub
parent
895cd23b57
commit
bf0235c113
12
packages/docusaurus-config/css/code.css
Normal file
12
packages/docusaurus-config/css/code.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user