Skip to content

Commit 312a544

Browse files
authored
[documentation] update the logo and make readme header cleaner (#384)
* docs: update the logo and make readme header cleaner Signed-off-by: badaljain <badal.jain77@gmail.com> * docs: handle dark and light mode logos Signed-off-by: badaljain <badal.jain77@gmail.com> * chore: remove spacing Signed-off-by: badaljain <badal.jain77@gmail.com> --------- Signed-off-by: badaljain <badal.jain77@gmail.com>
1 parent 718d3be commit 312a544

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1-
<img alt="LitmusChaos" src="https://avatars.githubusercontent.com/u/49853472?s=200&v=4" width="200" align="left">
1+
<div align="center">
22

3-
# Documentation for the Litmus Project
3+
<picture>
4+
<source media="(prefers-color-scheme: dark)" srcset="https://litmuschaos.io/logos/light-logo.svg">
5+
<source media="(prefers-color-scheme: light)" srcset="https://litmuschaos.io/logos/dark-logo.svg">
6+
<img alt="LitmusChaos" src="https://litmuschaos.io/logos/dark-logo.svg" width="200">
7+
</picture>
8+
9+
<h1 style="margin-top: 20px; margin-bottom: 10px;">Documentation for the Litmus project</h1>
10+
11+
</div>
412

513
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Flitmuschaos%2Flitmus-docs.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Flitmuschaos%2Flitmus-docs?ref=badge_shield)
614
[![Slack Channel](https://img.shields.io/badge/Slack-Join-purple)](https://slack.litmuschaos.io)
@@ -20,8 +28,6 @@
2028

2129
Additional details on the Docusaurus project can be found [here](https://docusaurus.io/docs/en/installation.html).
2230

23-
#
24-
2531
## For Developers
2632

2733
### Clone litmus-docs repository

0 commit comments

Comments
 (0)