Skip to content

Commit f752d92

Browse files
committed
Fix dark theme
1 parent 8b97106 commit f752d92

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README-zh.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
<div align="center">
12
<picture>
23
<source media="(prefers-color-scheme: dark)" srcset="docs/_static/snake-chdb-dark.png" height="130">
3-
<source media="(prefers-color-scheme: light)" srcset="docs/_static/snake-chdb.png" height="130">
4+
<img src="docs/_static/snake-chdb.png" height="130">
45
</picture>
6+
</div>
57

68
[![构建状态](https://github.com/auxten/chdb/actions/workflows/build_wheels.yml/badge.svg?branch=main)](https://github.com/auxten/chdb/actions/workflows/build_wheels.yml)
79
[![PyPI](https://img.shields.io/pypi/v/chdb.svg)](https://pypi.org/project/chdb/)

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
<div align="center">
12
<picture>
23
<source media="(prefers-color-scheme: dark)" srcset="docs/_static/snake-chdb-dark.png" height="130">
3-
<source media="(prefers-color-scheme: light)" srcset="docs/_static/snake-chdb.png" height="130">
4+
<img src="docs/_static/snake-chdb.png" height="130">
45
</picture>
6+
</div>
57

68
[![Build](https://github.com/auxten/chdb/actions/workflows/build_wheels.yml/badge.svg?branch=main)](https://github.com/auxten/chdb/actions/workflows/build_wheels.yml)
79
[![PyPI](https://img.shields.io/pypi/v/chdb.svg)](https://pypi.org/project/chdb/)

docs/_static/snake-chdb-dark.png

0 Bytes
Loading

0 commit comments

Comments
 (0)