From 234351d33bd0f595ee6a25e3887c991d25a3d6b0 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 10 Apr 2025 10:35:55 -0300 Subject: src/content/img/atom.svg: Split into light/dark variations --- deps.mk | 3 ++- src/content/img/atom.svg | 5 ----- src/content/img/atom/dark.svg | 1 + src/content/img/atom/light.svg | 5 +++++ 4 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 src/content/img/atom.svg create mode 120000 src/content/img/atom/dark.svg create mode 100644 src/content/img/atom/light.svg 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.svg b/src/content/img/atom.svg deleted file mode 100644 index 37bace2..0000000 --- a/src/content/img/atom.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - 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/light.svg b/src/content/img/atom/light.svg new file mode 100644 index 0000000..37bace2 --- /dev/null +++ b/src/content/img/atom/light.svg @@ -0,0 +1,5 @@ + + + + -- cgit v1.2.3