Skip to content

Commit 87fc870

Browse files
committed
docs: add white logo variant and auto-switch in README for dark mode
1 parent 3f2583c commit 87fc870

2 files changed

Lines changed: 37 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
77

88
<p align="center">
9-
<img src="assets/logo.svg" alt="SQLumAI logo" width="560" />
9+
<picture>
10+
<source media="(prefers-color-scheme: dark)" srcset="assets/logo-white.svg" />
11+
<img src="assets/logo.svg" alt="SQLumAI logo" width="560" />
12+
</picture>
1013
<br/>
1114
<em>Transparent AI proxy for Microsoft SQL Server</em>
1215
<br/>

assets/logo-white.svg

Lines changed: 33 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)