Skip to content

Commit b3cc2c9

Browse files
authored
Adapt screenshots to light GitHub theme (#103)
1 parent 47b1df6 commit b3cc2c9

5 files changed

+10
-2
lines changed

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,19 @@ where
3838

3939
Contributions before running `import-gitlab-commits`:
4040

41-
<img alt="Screenshot of GitHub contributions before running import-gitlab-commits" src="./screenshots/contribs_before.png" width="1000">
41+
<picture>
42+
<source media="(prefers-color-scheme: dark)" srcset="screenshots/contribs_before_dark.png">
43+
<source media="(prefers-color-scheme: light)" srcset="screenshots/contribs_before_light.png">
44+
<img alt="Screenshot of GitHub contributions graph before running import-gitlab-commits" src="screenshots/contribs_before_dark.png" width="1000">
45+
</picture>
4246

4347
After:
4448

45-
<img alt="Screenshot of GitHub contributions after running import-gitlab-commits with new activity" src="./screenshots/contribs_after.png" width="1000">
49+
<picture>
50+
<source media="(prefers-color-scheme: dark)" srcset="screenshots/contribs_after_dark.png">
51+
<source media="(prefers-color-scheme: light)" srcset="screenshots/contribs_after_light.png">
52+
<img alt="Screenshot of GitHub contributions graph after running import-gitlab-commits with a lot of activity" src="screenshots/contribs_after_dark.png" width="1000">
53+
</picture>
4654

4755
## Internals
4856

File renamed without changes.

screenshots/contribs_after_light.png

72.4 KB
Loading
File renamed without changes.

screenshots/contribs_before_light.png

66.6 KB
Loading

0 commit comments

Comments
 (0)