diff options
author | Alan Pearce | 2024-06-19 13:51:24 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-19 14:10:44 +0200 |
commit | 8002766378b1153e749297ed1d01ba221ee72b41 (patch) | |
tree | 070039ee0b76ea576791418f72e76e95c2c5e7ab /static | |
parent | 45a2e290aa2bc59deb5971255accba517500cc25 (diff) | |
download | website-8002766378b1153e749297ed1d01ba221ee72b41.tar.lz website-8002766378b1153e749297ed1d01ba221ee72b41.tar.zst website-8002766378b1153e749297ed1d01ba221ee72b41.zip |
style external nav menu links
Diffstat (limited to 'static')
-rw-r--r-- | static/external-link.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/static/external-link.svg b/static/external-link.svg new file mode 100644 index 0000000..35b5805 --- /dev/null +++ b/static/external-link.svg @@ -0,0 +1,11 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"> + <g style="stroke:rgb(35,82,124);stroke-width:1"> + <line x1="5" y1="5" x2="5" y2="14" /> + <line x1="14" y1="9" x2="14" y2="14" /> + <line x1="5" y1="14" x2="14" y2="14" /> + <line x1="5" y1="5" x2="9" y2="5" /> + <line x1="10" y1="2" x2="17" y2="2" /> + <line x1="17" y1="2" x2="17" y2="9" /> + <line x1="10" y1="9" x2="17" y2="2" style="stroke-width:1.5" /> + </g> +</svg> |