summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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