Skip to content

Commit e70b86e

Browse files
committed
use light navbar background by default for generated websites
1 parent 081b916 commit e70b86e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

news/changelog-1.3.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@
150150
- Improve title recognition for pages that don't include a title in metadata ([#4528](https://github.com/quarto-dev/quarto-cli/issues/4528))
151151
- Ensure that footnote are properly indexed for website and book searches ([#4601](https://github.com/quarto-dev/quarto-cli/issues/4601)).
152152
- Permit sidebar items to include icons ([#3830](https://github.com/quarto-dev/quarto-cli/issues/3830)).
153+
- Use light navbar background by default for generated websites.
153154

154155
## Books
155156

src/resources/projects/website/templates/_quarto.ejs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ project:
44
website:
55
title: "<%= title %>"
66
navbar:
7+
background: light
78
left:
89
- href: index<%= ext %>
910
text: Home

src/resources/projects/website/templates/blog/_quarto-blog.ejs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ project:
44
website:
55
title: "<%= title %>"
66
navbar:
7+
background: light
78
right:
89
- about<%= ext %>
910
- icon: github

0 commit comments

Comments
 (0)