mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00:00
docs: use white version of logo for dark theme (#6610)
The logo on the README is hard to recognize in dark mode on GitHub, so I
made it responsive based on user preferences.
(cherry picked from commit c341369fc1
)
Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
parent
f33f7d60ed
commit
a0920d2f27
5 changed files with 20 additions and 4 deletions
|
@ -1,6 +1,10 @@
|
|||
# Cluster version
|
||||
|
||||
<img src="docs/logo.webp" width="300">
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="docs/logo_white.webp">
|
||||
<source media="(prefers-color-scheme: light)" srcset="docs/logo.webp">
|
||||
<img width="300" alt="VictoriaMetrics logo" src="docs/logo.webp">
|
||||
</picture>
|
||||
|
||||
VictoriaMetrics is a fast, cost-effective and scalable time series database. It can be used as a long-term remote storage for Prometheus.
|
||||
|
||||
|
|
|
@ -11,7 +11,11 @@ aliases:
|
|||
---
|
||||
# Cluster version
|
||||
|
||||
<img src="logo.webp" width="300" alt="VictoriaMetrics logo">
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="logo_white.webp">
|
||||
<source media="(prefers-color-scheme: light)" srcset="logo.webp">
|
||||
<img width="300" alt="VictoriaMetrics logo" src="logo.webp">
|
||||
</picture>
|
||||
|
||||
VictoriaMetrics is a fast, cost-effective and scalable time series database. It can be used as a long-term remote storage for Prometheus.
|
||||
|
||||
|
|
|
@ -12,7 +12,11 @@ title: VictoriaMetrics
|
|||
[](https://github.com/VictoriaMetrics/VictoriaMetrics/actions)
|
||||
[](https://codecov.io/gh/VictoriaMetrics/VictoriaMetrics)
|
||||
|
||||
<img src="logo.webp" width="300" alt="VictoriaMetrics logo">
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="logo_white.webp">
|
||||
<source media="(prefers-color-scheme: light)" srcset="logo.webp">
|
||||
<img width="300" alt="VictoriaMetrics logo" src="logo.webp">
|
||||
</picture>
|
||||
|
||||
VictoriaMetrics is a fast, cost-effective and scalable monitoring solution and time series database.
|
||||
See [case studies for VictoriaMetrics](https://docs.victoriametrics.com/casestudies/).
|
||||
|
|
|
@ -20,7 +20,11 @@ aliases:
|
|||
[](https://github.com/VictoriaMetrics/VictoriaMetrics/actions)
|
||||
[](https://codecov.io/gh/VictoriaMetrics/VictoriaMetrics)
|
||||
|
||||
<img src="logo.webp" width="300" alt="VictoriaMetrics logo">
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="logo_white.webp">
|
||||
<source media="(prefers-color-scheme: light)" srcset="logo.webp">
|
||||
<img width="300" alt="VictoriaMetrics logo" src="logo.webp">
|
||||
</picture>
|
||||
|
||||
VictoriaMetrics is a fast, cost-effective and scalable monitoring solution and time series database.
|
||||
See [case studies for VictoriaMetrics](https://docs.victoriametrics.com/casestudies/).
|
||||
|
|
BIN
docs/logo_white.webp
Normal file
BIN
docs/logo_white.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.1 KiB |
Loading…
Reference in a new issue