Skip to content

Commit bf6bcdf

Browse files
authored
Add inverted logo for dark mode
1 parent 207837d commit bf6bcdf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# <img src="https://junit.org/assets/img/junit-logo.svg" width="200" alt="JUnit"/>
1+
<h1><picture width="200">
2+
<source media="(prefers-color-scheme: dark)" srcset="https://junit.org/assets/img/junit-logo-inverted.svg">
3+
<source media="(prefers-color-scheme: light)" srcset="https://junit.org/assets/img/junit-logo.svg">
4+
<img alt="JUnit" src="https://junit.org/assets/img/junit-logo.svg" width="200">
5+
</picture></h1>
26

37
This repository is the home of JUnit Platform, Jupiter, and Vintage.
48

0 commit comments

Comments
 (0)