Update README.md (#15424)
Add dark/light logo variations #gh-*-mode-only had to be added as a suffix to original href of the container <a> tag in order to conditionally render them
Panos Christophides committed
Jul 17, 2023 at 17:31 UTC
adafb4e8a3b5ade16ecf13b14e2f5d424a28e1a6
1 file changed
+8
-2
README.md
+8
-2
@@ -1,5 +1,11 @@
1
-<p align="center"><a href="https://netdata.cloud"><img src="https://user-images.githubusercontent.com/1153921/95268672-a3665100-07ec-11eb-8078-db619486d6ad.png" alt="Netdata" width="300" /></a></p>
2
-
1
+<p align="center">
2
+<a href="https://www.netdata.cloud#gh-light-mode-only">
3
+ <img src="https://raw.githubusercontent.com/netdata/website/master/themes/tailwind/static/img/netdata-logo-coloured.svg?token=GHSAT0AAAAAAB5ID66RRURF4GA2GUTO2NPYZFVLFMA#gh-light-mode-only" alt="Netdata" width="300"/>
4
+</a>
5
+<a href="https://www.netdata.cloud#gh-dark-mode-only">
6
+ <img src="https://raw.githubusercontent.com/netdata/website/master/themes/tailwind/static/img/netdata-logo-white.svg?token=GHSAT0AAAAAAB5ID66QFQFDXG66SH76V26CZFVLHCA#gh-dark-mode-only" alt="Netdata" width="300"/>
7
+</a>
8
+</p>
9
<h3 align="center">Monitor your servers, containers, and applications,<br/>in high-resolution and in real-time.</h3>
10
11
<br />