10 lines
237 B
CSS
10 lines
237 B
CSS
.gh-content code {
|
|
display: inline-block;
|
|
color: var(--primary-foreground-color) !important;
|
|
}
|
|
|
|
pre[class*="language-"] {
|
|
background: var(--secondary-subtle-color) !important;
|
|
color: var(--primary-foreground-color) !important;
|
|
}
|