summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-04-10 10:35:55 -0300
committerEuAndreh <eu@euandre.org>2025-04-10 10:37:32 -0300
commit234351d33bd0f595ee6a25e3887c991d25a3d6b0 (patch)
tree55ef82c4c655c689c6ffd370c72be8e9ba8171e1
parentsrc/content/img/: Replace FIXME texts with symlinks to light versions (diff)
downloadpapo.im-234351d33bd0f595ee6a25e3887c991d25a3d6b0.tar.gz
papo.im-234351d33bd0f595ee6a25e3887c991d25a3d6b0.tar.xz
src/content/img/atom.svg: Split into light/dark variations
-rw-r--r--deps.mk3
l---------src/content/img/atom/dark.svg1
-rw-r--r--src/content/img/atom/light.svg (renamed from src/content/img/atom.svg)0
3 files changed, 3 insertions, 1 deletions
diff --git a/deps.mk b/deps.mk
index 79df563..11b051b 100644
--- a/deps.mk
+++ b/deps.mk
@@ -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