diff options
author | Aki <please@ignore.pl> | 2021-04-01 21:55:33 +0200 |
---|---|---|
committer | Aki <please@ignore.pl> | 2021-04-01 21:55:33 +0200 |
commit | d240c455aedcbac2058b5920b4431e4c9529ded9 (patch) | |
tree | 02bf2777fcf131fd10233ff0f34e3da5ecdf3ba6 | |
parent | 65c0aaec15b0921a4d80354ed2ac23b8f58c52bc (diff) | |
download | derelict-prototype-d240c455aedcbac2058b5920b4431e4c9529ded9.zip derelict-prototype-d240c455aedcbac2058b5920b4431e4c9529ded9.tar.gz derelict-prototype-d240c455aedcbac2058b5920b4431e4c9529ded9.tar.bz2 |
Adjusted wreck icon
-rw-r--r-- | style.css | 2 | ||||
-rw-r--r-- | wreck.svg | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -3,6 +3,6 @@ body { } .wreck { - width: 18px; + width: 16px; fill: #eee; } @@ -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> |