Skip to content

Commit 537c277

Browse files
committed
Change docs site
1 parent 7b985ae commit 537c277

28 files changed

+1630
-3346
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"packs/themes",
66
"packs/standalone",
77
"packs/code-surfer",
8-
"sites/demo",
98
"sites/book",
109
"sites/docs"
1110
],

packs/themes/src/theme.base.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ const theme: CodeSurferTheme = {
2525
}
2626
},
2727
title: {
28-
backgroundColor: "background"
28+
backgroundColor: "background",
29+
color: "text"
2930
},
3031
subtitle: {
3132
color: "#d6deeb",

sites/demo/.prettierrc

-14
This file was deleted.

0 commit comments

Comments
 (0)