docs: add logo to README header
Theme-aware <picture> swaps the dark wordmark variant under prefers-color-scheme: dark so it stays legible on GitHub's dark theme. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
<p align="center">
|
||||||
|
<picture>
|
||||||
|
<source media="(prefers-color-scheme: dark)" srcset="assets/logo/gosentry-logo-dark.svg">
|
||||||
|
<img src="assets/logo/gosentry-logo.svg" alt="GoSentry" width="420">
|
||||||
|
</picture>
|
||||||
|
</p>
|
||||||
|
|
||||||
# GoSentry
|
# GoSentry
|
||||||
|
|
||||||
GoSentry is a cross-platform desktop scheduler. It provides a native GUI for
|
GoSentry is a cross-platform desktop scheduler. It provides a native GUI for
|
||||||
|
|||||||
Reference in New Issue
Block a user