Skip to content

Commit ed2513f

Browse files
committed
fix: fix default theme
fixes #48
1 parent 3982835 commit ed2513f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

template/.redocly.yaml.ejs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ referenceDocs:
88
htmlTemplate: ./docs/index.html
99
theme:
1010
colors:
11-
primary: "#32329f"
11+
primary:
12+
main: "#32329f"

0 commit comments

Comments
 (0)