summaryrefslogtreecommitdiff
path: root/src/content/img/link
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-04-29 10:26:20 -0300
committerEuAndreh <eu@euandre.org>2025-04-29 10:54:51 -0300
commit6319a2f5d0c3c5e6db4d6a60e5da61f6dc3b13f3 (patch)
treee3777cc612d7b1e8e9d2c2074cf0e3d6c666fa91 /src/content/img/link
parentMakefile: Support flac -> ogg conversion and torrent file generation (diff)
downloadeuandre.org-6319a2f5d0c3c5e6db4d6a60e5da61f6dc3b13f3.tar.gz
euandre.org-6319a2f5d0c3c5e6db4d6a60e5da61f6dc3b13f3.tar.xz
src/content/img/: Adjust light/dark mode SVGsHEADmain
Diffstat (limited to '')
-rw-r--r--[l---------]src/content/img/link/dark.svg8
-rw-r--r--src/content/img/link/light.svg6
2 files changed, 11 insertions, 3 deletions
diff --git a/src/content/img/link/dark.svg b/src/content/img/link/dark.svg
index 4d0de78..fd6ca35 120000..100644
--- a/src/content/img/link/dark.svg
+++ b/src/content/img/link/dark.svg
@@ -1 +1,7 @@
-light.svg \ No newline at end of file
+<?xml version="1.0" encoding="utf-8"?>
+<svg width="22" height="22" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
+ <path
+ fill="white"
+ fill-rule="evenodd"
+ d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z" />
+</svg>
diff --git a/src/content/img/link/light.svg b/src/content/img/link/light.svg
index e5c7050..fd9033f 100644
--- a/src/content/img/link/light.svg
+++ b/src/content/img/link/light.svg
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<svg width="22" height="22" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
- <path fill-rule="evenodd"
- d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z" />
+ <path
+ fill="black"
+ fill-rule="evenodd"
+ d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z" />
</svg>