mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 11:03:15 +03:00
README.md: fix NixOS logo
(default and light theme) https://nixos.org/logo/nixos-hires.png gives a "Not found" error and https://nixos.org itself uses an (inline) SVG, so let's go for the default logo SVG from nixos-artwork.
This commit is contained in:
parent
30e72385f9
commit
e21379218c
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://nixos.org">
|
<a href="https://nixos.org">
|
||||||
<picture>
|
<picture>
|
||||||
<source media="(prefers-color-scheme: light)" srcset="https://nixos.org/logo/nixos-hires.png">
|
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/NixOS/nixos-artwork/master/logo/nixos.svg">
|
||||||
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/NixOS/nixos-artwork/master/logo/nixos-white.png">
|
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/NixOS/nixos-artwork/master/logo/nixos-white.png">
|
||||||
<img src="https://nixos.org/logo/nixos-hires.png" width="500px" alt="NixOS logo">
|
<img src="https://raw.githubusercontent.com/NixOS/nixos-artwork/master/logo/nixos.svg" width="500px" alt="NixOS logo">
|
||||||
</picture>
|
</picture>
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue