diff options
author | EuAndreh <eu@euandre.org> | 2025-04-10 10:35:55 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-04-10 10:37:32 -0300 |
commit | 234351d33bd0f595ee6a25e3887c991d25a3d6b0 (patch) | |
tree | 55ef82c4c655c689c6ffd370c72be8e9ba8171e1 | |
parent | src/content/img/: Replace FIXME texts with symlinks to light versions (diff) | |
download | papo.im-234351d33bd0f595ee6a25e3887c991d25a3d6b0.tar.gz papo.im-234351d33bd0f595ee6a25e3887c991d25a3d6b0.tar.xz |
src/content/img/atom.svg: Split into light/dark variations
-rw-r--r-- | deps.mk | 3 | ||||
l--------- | src/content/img/atom/dark.svg | 1 | ||||
-rw-r--r-- | src/content/img/atom/light.svg (renamed from src/content/img/atom.svg) | 0 |
3 files changed, 3 insertions, 1 deletions
@@ -19,7 +19,8 @@ feeds.xml = \ src/content/incidents/feed.xml \ images.svg = \ - src/content/img/atom.svg \ + src/content/img/atom/dark.svg \ + src/content/img/atom/light.svg \ src/content/img/database/dark.svg \ src/content/img/database/light.svg \ src/content/img/diagram/dark.svg \ diff --git a/src/content/img/atom/dark.svg b/src/content/img/atom/dark.svg new file mode 120000 index 0000000..4d0de78 --- /dev/null +++ b/src/content/img/atom/dark.svg @@ -0,0 +1 @@ +light.svg
\ No newline at end of file diff --git a/src/content/img/atom.svg b/src/content/img/atom/light.svg index 37bace2..37bace2 100644 --- a/src/content/img/atom.svg +++ b/src/content/img/atom/light.svg |