diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2019-03-12 11:22:41 -0600 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2019-03-12 11:22:41 -0600 |
commit | 580400af4737da460fe172ad4ebc65f04ae953d1 (patch) | |
tree | 01958c24cbb1f959686d21dd81f2595b1ff860b1 | |
parent | 553cdae963c01da46edaa357d55551616d3c1a2e (diff) | |
download | bfs-580400af4737da460fe172ad4ebc65f04ae953d1.tar.xz |
screenshot: Add a border
-rw-r--r-- | screenshot.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/screenshot.svg b/screenshot.svg index 15748d5..af42e70 100644 --- a/screenshot.svg +++ b/screenshot.svg @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="225pt" height="170pt"> - <rect x="0" y="0" width="100%" height="100%" fill="#181818" /> + <rect x="0" y="0" width="100%" height="100%" fill="#181818" stroke="#343434" stroke-width="1px" /> <text font-size="10pt" font-family="monospace" x="2pt" y="10pt" fill="#b2b2b2"> <tspan fill="white" font-weight="bold">$</tspan> <tspan fill="#54ff54" font-weight="bold">bfs</tspan> <tspan x="2pt" dy="1.2em" fill="#5454ff" font-weight="bold">.</tspan> |