mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-29 22:47:52 +02:00
refactor: control base styling of code blocks via CSS vars (#7172)
Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
This commit is contained in:
parent
fe064a87a6
commit
ad1526aade
9 changed files with 45 additions and 17 deletions
|
@ -53,7 +53,7 @@ export type AnnouncementBarConfig = {
|
|||
};
|
||||
|
||||
export type PrismConfig = {
|
||||
theme?: PrismTheme;
|
||||
theme: PrismTheme;
|
||||
darkTheme?: PrismTheme;
|
||||
defaultLanguage?: string;
|
||||
additionalLanguages: string[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue