adjusted logo to change based on background

Signed-off-by: AlexsJones <alexsimonjones@gmail.com>
This commit is contained in:
AlexsJones
2023-03-23 14:44:11 +00:00
parent 52769b4198
commit e29f0df68f
4 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
<img src="images/logo.png" width="100px;" />
<picture>
<source media="(prefers-color-scheme: dark)" srcset="./images/logo-dark.png">
<img alt="Text changing depending on mode. Light: 'So light!' Dark: 'So dark!'" src="./images/logo-white.png">
</picture>
`k8sgpt` is a tool for scanning your kubernetes clusters, diagnosing and triaging issues in simple english.

BIN
images/logo-black.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 236 KiB

BIN
images/logo-white.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 880 KiB