chore: use updated theme method
This commit is contained in:
parent
9e3f348c6c
commit
b6b57c776f
|
@ -1,6 +1,9 @@
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<img src="https://raw.githubusercontent.com/aiken-lang/branding/main/assets/logo-light.png?sanitize=true#gh-dark-mode-only" alt="Aiken" height="150" />
|
<picture>
|
||||||
<img src="https://raw.githubusercontent.com/aiken-lang/branding/main/assets/logo-dark.png?sanitize=true#gh-light-mode-only" alt="Aiken" height="150" />
|
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/aiken-lang/branding/main/assets/logo-light.png">
|
||||||
|
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/aiken-lang/branding/main/assets/logo-dark.png">
|
||||||
|
<img alt="Aiken" src="https://raw.githubusercontent.com/aiken-lang/branding/main/assets/logo-dark.png" height="150">
|
||||||
|
</picture>
|
||||||
<hr />
|
<hr />
|
||||||
<h2 align="center" style="border-bottom: none">A modern smart contract platform for Cardano</h2>
|
<h2 align="center" style="border-bottom: none">A modern smart contract platform for Cardano</h2>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue