Skip to content

Commit cb1211d

Browse files
committed
Change docs site theme
1 parent 565517d commit cb1211d

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/_quarto.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ website:
88
announcement:
99
icon: stars
1010
dismissable: true
11-
type: success
11+
type: warning
1212
position: above-navbar
13-
content: "Sverto is now quarto-svelte — and it supports Svelte 5! [**Learn how to migrate to the new version.**](/articles/migrating-from-sverto-v1){style=\"color: var(--bs-text-success)\"}"
13+
content: "Sverto is now quarto-svelte — and it supports Svelte 5! [**Learn how to migrate to the new version.**](/articles/migrating-from-sverto-v1){style=\"color: var(--bs-text-warning)\"}"
1414
navbar:
15-
background: "#222222"
15+
background: "#ff3e00"
16+
foreground: "white"
1617
search: true
1718
left:
1819
- text: "quarto-svelte"
@@ -34,11 +35,12 @@ website:
3435
right:
3536
- icon: github
3637
href: https://github.com/jimjam-slam/quarto-svelte
38+
page-footer: "quarto-svelte is developed by James Goldie. It is not affiliated with the developers of Svelte."
3739

3840
format:
3941
html:
40-
title-block-banner: true
42+
title-block-banner: "#ff3e00"
4143
theme: [default, style.scss]
42-
# linkcolor: "#36a7e9"
44+
linkcolor: "#ff3e00"
4345
callout-appearance: simple
4446

0 commit comments

Comments
 (0)