Skip to content

Commit 132832b

Browse files
committed
chore: Added overview schema for dark mode
1 parent f606ce5 commit 132832b

4 files changed

Lines changed: 5 additions & 2 deletions

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ title: Secure Chain
22
remote_theme: just-the-docs/just-the-docs@v0.5.2
33
logo: "/assets/securechain/logos/securechain-logo.png"
44
url: https://securechaindev.github.io
5-
color_scheme: light
5+
color_scheme: dark
66
color_scheme_toggle: true
77
aux_links:
88
GitHub Organization: https://github.com/securechaindev
229 KB
Loading
File renamed without changes.

index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ We provide tools to:
1818
## How it works?
1919

2020
<p align="center">
21-
<img src="/assets/securechain/figs/overview.png" alt="Secure Chain Overview" width="1000"/>
21+
<picture>
22+
<source srcset="/assets/securechain/figs/overview_dark.png" media="(prefers-color-scheme: dark)">
23+
<img src="/assets/securechain/figs/overview_light.png" alt="Secure Chain Overview" width="1000"/>
24+
</picture>
2225
<p align="center"><strong>Secure Chain Architecture Overview</strong></p>
2326
</p>
2427

0 commit comments

Comments
 (0)