We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 018a8e3 commit 0c73c40Copy full SHA for 0c73c40
_quarto.yml
@@ -62,7 +62,9 @@ website:
62
63
format:
64
html:
65
- theme: flatly
+ theme:
66
+ light: flatly
67
+ dark: darkly
68
css: styles.css
69
toc: true
70
images/stanford-line2-8-dark.png
52.2 KB
index.qmd
@@ -4,7 +4,12 @@ format:
4
page-layout: full
5
---
6
7
-<center><a><img src="images/stanford-line2-8.png" alt="Poldracklab logo" width="50%"/></a></center>
+<center><a>
8
+ <picture>
9
+ <source srcset="images/stanford-line2-8-dark.png" media="(prefers-color-scheme: dark)" />
10
+ <img src="images/stanford-line2-8.png" alt="Poldracklab logo" width="50%" />
11
+ </picture></a>
12
+</center>
13
14
<br>
15
0 commit comments