From baa2131762e23295ab262d7823b0df1f2f99822b Mon Sep 17 00:00:00 2001 From: Tim Jones Date: Tue, 30 Jan 2018 14:26:46 +1100 Subject: [PATCH] Change matrix icon for a taller, busier one --- public/images/doc-matrix.svg | 9 +++++++-- public/stylesheets/index.css | 2 ++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/public/images/doc-matrix.svg b/public/images/doc-matrix.svg index 9c48aa2af..1e73642b8 100644 --- a/public/images/doc-matrix.svg +++ b/public/images/doc-matrix.svg @@ -5,6 +5,11 @@ width="714.286" viewBox="0 0 1000 714.286"> + style="fill:none;stroke-width:69.99996948;stroke-miterlimit:4;stroke-dasharray:none" + d="M 58.737488,108.822 H 648.14627 c 13.15058,0 23.7375,10.58692 23.7375,23.7375 v 737.27957 c 0,13.15058 -10.58692,23.73751 -23.7375,23.73751 H 58.737488 c -13.150577,0 -23.737503,-10.58693 -23.737503,-23.73751 V 132.5595 c 0,-13.15058 10.586926,-23.7375 23.737503,-23.7375 z" + id="rect5097" /> + diff --git a/public/stylesheets/index.css b/public/stylesheets/index.css index aaaca3f54..9467ca5c3 100644 --- a/public/stylesheets/index.css +++ b/public/stylesheets/index.css @@ -69,8 +69,10 @@ span.pact svg, span.pact-matrix svg { span.pact svg path, span.pact-matrix svg path { fill: #111111; + stroke: #111111; } span.pact:hover svg path, span.pact-matrix:hover svg path { fill: #2a6496; + stroke: #2a6496; }