mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 19:51:07 +02:00
update: code block style
This commit is contained in:
parent
1e1519c3c5
commit
9283287442
8 changed files with 49 additions and 78 deletions
2
src/types/index.d.ts
vendored
2
src/types/index.d.ts
vendored
|
@ -20,13 +20,11 @@ export interface ThemeConfig {
|
|||
primary: string
|
||||
secondary: string
|
||||
background: string
|
||||
codeTheme: string
|
||||
}
|
||||
dark: {
|
||||
primary: string
|
||||
secondary: string
|
||||
background: string
|
||||
codeTheme: string
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue