Skip to content

Commit be1833d

Browse files
committed
improve logo UCU shows when bg changes
1 parent 95e5d9f commit be1833d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div align="center">
22
<picture>
3-
<source media="(prefers-color-scheme: dark)" srcset="docs/images/logo_ucu_dark.svg">
4-
<source media="(prefers-color-scheme: light)" srcset="docs/images/logo_ucu_light.svg">
3+
<source media="(prefers-color-scheme: light)" srcset="docs/images/logo_ucu_dark.svg">
4+
<source media="(prefers-color-scheme: dark)" srcset="docs/images/logo_ucu_light.svg">
55
<img src="docs/images/logo_ucu_light.svg" alt="UCU" width="220">
66
</picture>
77
</div>

0 commit comments

Comments
 (0)