docs: Make code blocks dark themed
This commit is contained in:
parent
0e8b1c659d
commit
21003df0f5
|
@ -61,6 +61,11 @@ module.exports = {
|
|||
apiKey: "107bdc34b894d5d1dd0824b420184c2d",
|
||||
indexName: "starship"
|
||||
},
|
||||
postcss: {
|
||||
plugins: [
|
||||
require('css-prefers-color-scheme/postcss'),
|
||||
]
|
||||
},
|
||||
locales: {
|
||||
"/": {
|
||||
// text for the language dropdown
|
||||
|
|
|
@ -2,4 +2,5 @@ $accentColor = #DD0B78
|
|||
$accentDarkColor = #ff33b8
|
||||
$textColor = #2c3e50
|
||||
$borderColor = #eaecef
|
||||
$codeBgColor = #282c34
|
||||
$codeBgLightColor = #282c34
|
||||
$preTextLightColor = #fff
|
||||
|
|
Loading…
Reference in New Issue