mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-16 15:36:36 +00:00
set default color for code block in light mode to black
This commit is contained in:
@@ -127,7 +127,7 @@ function CodePanel({ tag, label, code, children }) {
|
||||
label={child.props.label ?? label}
|
||||
/>
|
||||
<div className="relative">
|
||||
<pre className="overflow-x-auto p-4 text-xs text-white">{children}</pre>
|
||||
<pre className="overflow-x-auto p-4 text-xs dark:text-white text-black">{children}</pre>
|
||||
<CopyButton code={child.props.code ?? code} />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -918,7 +918,7 @@ In this step, we will generate netbird api token in okta for authorizing calls t
|
||||
|
||||
|
||||
Your authority OIDC configuration will be available under:
|
||||
```
|
||||
```bash
|
||||
https://< your_okta_organization_url >/.well-known/openid-configuration
|
||||
```
|
||||
<Note>
|
||||
|
||||
Reference in New Issue
Block a user