Skip to content

Commit 223c004

Browse files
authored
Change gurubase widget background color (#117)
1 parent a080375 commit 223c004

File tree

3 files changed

+3
-18
lines changed

3 files changed

+3
-18
lines changed

.github/workflows/sync.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/.vuepress/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export default defineUserConfig({
4545
"data-widget-id": "FubGXZNmNkHYTx7lvFf0wLfcENtPEAoyUBoronOGaE8",
4646
"data-text": "Ask AI",
4747
"data-margins": '{"bottom": "1rem", "right": "1rem"}',
48+
"data-bg-color": "#0a7bf4",
4849
id: "guru-widget-id",
4950
}],
5051
]

src/.vuepress/theme.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ export default hopeTheme({
2121

2222
displayFooter: true,
2323

24+
backToTop: false,
25+
2426
locales: {
2527
"/": {
2628
// navbar

0 commit comments

Comments
 (0)