Update branding and support light/dark modes

This commit is contained in:
James Brooks
2023-08-24 14:52:15 +01:00
parent 0675337812
commit f40da22667

View File

@@ -1,4 +1,9 @@
<p align="center"><img src="https://demo.cachethq.io/img/cachet-logo.svg" width="33%"></p>
<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://cachethq.io/assets/cachet-logo-dark.svg">
<img alt="Cachet Logo" src="https://cachethq.io/assets/cachet-logo-light.svg">
</picture>
</p>
Cachet, the open-source status page system.