diff options
| author | server <mynameisgennadiy@vk.com> | 2026-03-25 15:06:37 +0500 |
|---|---|---|
| committer | server <mynameisgennadiy@vk.com> | 2026-03-25 15:06:37 +0500 |
| commit | 8cb5174a5194800be79af95b5d46530a15ba0be3 (patch) | |
| tree | 7b5bba7f94e98bd1e7147cb613db843100b07417 | |
| parent | 205fcd0bf3ff984a5af3febde0900c75d29f1da0 (diff) | |
Added icons to the config
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | search.svg | 4 | ||||
| -rw-r--r-- | switch.svg | 4 |
3 files changed, 10 insertions, 0 deletions
@@ -2,3 +2,5 @@ install: sudo ln cgitrc /etc/cgitrc sudo ln footer.html / sudo ln cgit.css /usr/share/webapps/cgit/cgit.css + sudo ln search.svg /usr/share/webapps/cgit/search.svg + sudo ln switch.svg /usr/share/webapps/cgit/switch.svg diff --git a/search.svg b/search.svg new file mode 100644 index 0000000..740b42d --- /dev/null +++ b/search.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14"> + <title>Magnifying-glass-solid SVG Icon</title> + <path fill="#F5F5F5" fill-rule="evenodd" d="M2 6a4 4 0 1 1 8 0a4 4 0 0 1-8 0m4-6a6 6 0 1 0 3.476 10.89l2.817 2.817a1 1 0 0 0 1.414-1.414l-2.816-2.816A6 6 0 0 0 6 0" clip-rule="evenodd"/> +</svg> diff --git a/switch.svg b/switch.svg new file mode 100644 index 0000000..f2031f6 --- /dev/null +++ b/switch.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> + <title>Arrow-right-left SVG Icon</title> + <path fill="none" stroke="#f5f5f5" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 6H3m18 0l-4 4m4-4l-4-4M3 18h18M3 18l4 4m-4-4l4-4"/> +</svg> |
