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 --- src/content/img/atom.svg | 5 ----- src/content/img/atom/dark.svg | 1 + src/content/img/atom/light.svg | 5 +++++ 3 files changed, 6 insertions(+), 5 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 (limited to 'src/content') 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