summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2021-04-01 21:55:33 +0200
committerAki <please@ignore.pl>2021-04-01 21:55:33 +0200
commitd240c455aedcbac2058b5920b4431e4c9529ded9 (patch)
tree02bf2777fcf131fd10233ff0f34e3da5ecdf3ba6
parent65c0aaec15b0921a4d80354ed2ac23b8f58c52bc (diff)
downloadderelict-prototype-d240c455aedcbac2058b5920b4431e4c9529ded9.zip
derelict-prototype-d240c455aedcbac2058b5920b4431e4c9529ded9.tar.gz
derelict-prototype-d240c455aedcbac2058b5920b4431e4c9529ded9.tar.bz2
Adjusted wreck icon
-rw-r--r--style.css2
-rw-r--r--wreck.svg4
2 files changed, 3 insertions, 3 deletions
diff --git a/style.css b/style.css
index 9187760..35a9d31 100644
--- a/style.css
+++ b/style.css
@@ -3,6 +3,6 @@ body {
}
.wreck {
- width: 18px;
+ width: 16px;
fill: #eee;
}
diff --git a/wreck.svg b/wreck.svg
index 4639d0e..9b613c5 100644
--- a/wreck.svg
+++ b/wreck.svg
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 6 3">
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 6 3.2">
<path id="top" d="M 0,0 v 0.5 h 6 v -0.5 z" />
- <path id="bottom" d="M 0,1 h 6 l -3,2 z" />
+ <path id="bottom" d="M 0,1 h 6 l -3,2.2 z" />
</svg>