Skip to content

Commit af0abd4

Browse files
Merge pull request #600 from rstudio/fixes-598
Switches between a11y light and dark
2 parents 553af35 + d87371c commit af0abd4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ rsconnect/
99
/.quarto/
1010
_site
1111
.Rbuildignore
12+
13+
**/*.quarto_ipynb

_quarto.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ format:
2626
theme: [cosmo, html/css/style.scss]
2727
toc: true
2828
toc-location: left
29-
highlight-style: a11y-dark
29+
highlight-style:
30+
light: a11y-light
31+
dark: a11y-dark
3032
css: html/css/cheatsheet.css
3133
mainfont: "Atkinson Hyperlegible"
3234

0 commit comments

Comments
 (0)