Skip to content

Commit fd84acb

Browse files
authored
Enhance logo display in contributing guidelines
Updated logo display to support light and dark modes.
1 parent bd560df commit fd84acb

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

docs/CONTRIBUTING.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Contributing
2-
![psyphy logo](images/psyphy_logo.png)
2+
<div align="center">
3+
<picture>
4+
<source srcset="images/psyphy_logo.png" media="(prefers-color-scheme: light)"/>
5+
<source srcset="images/psyphy_logo.png" media="(prefers-color-scheme: dark)"/>
6+
<img alt="psyphy logo" src="docs/images/psyphy_logo.png" width="200">
7+
</picture>
8+
<h3>Active-learning-driven adaptive experimentation in psychophysics</h3>
9+
</div>
310

411

512
## Dev setup

0 commit comments

Comments
 (0)