Skip to content

Commit

Permalink
ENH: Add dark-background header image
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Jun 5, 2023
1 parent 018a8e3 commit 0c73c40
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 3 additions & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ website:

format:
html:
theme: flatly
theme:
light: flatly
dark: darkly
css: styles.css
toc: true

Expand Down
Binary file added images/stanford-line2-8-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ format:
page-layout: full
---

<center><a><img src="images/stanford-line2-8.png" alt="Poldracklab logo" width="50%"/></a></center>
<center><a>
<picture>
<source srcset="images/stanford-line2-8-dark.png" media="(prefers-color-scheme: dark)" />
<img src="images/stanford-line2-8.png" alt="Poldracklab logo" width="50%" />
</picture></a>
</center>

<br>
<br>
Expand Down

0 comments on commit 0c73c40

Please sign in to comment.