Skip to content

Commit 8301d05

Browse files
committed
respect user theme
1 parent 1ee828f commit 8301d05

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

_quarto.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,13 +154,12 @@ format:
154154
theme:
155155
light: [default, theme-light.scss]
156156
dark: [default, theme-dark.scss]
157+
respect-user-color-scheme: true
157158
css: custom.css
158159
toc: true
159160
toc-location: right
160161
toc-depth: 4
161162
toc-title: "On this page"
162-
toccolor: "#1D4F91"
163-
linkcolor: "#1D4F91"
164163
link-external-icon: false
165164
link-external-newwindow: true
166165
smooth-scroll: true
@@ -171,8 +170,6 @@ format:
171170
fig-dpi: 300
172171
fig-alt-text: true
173172
lightbox: true
174-
# navbar:
175-
# type: default
176173
sidebar:
177174
collapse-level: 2
178175
float: false

0 commit comments

Comments
 (0)