From f8f2c3492b6484b56301e6cac041b791f4ff1dec Mon Sep 17 00:00:00 2001 From: Pizzacus Date: Tue, 9 Jul 2019 14:12:56 +0200 Subject: [PATCH] Optimise an SVG icon --- layouts/partials/greater-icon.html | 4 ++-- source/css/variables.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/partials/greater-icon.html b/layouts/partials/greater-icon.html index 90c6ae2..b0b2cbc 100644 --- a/layouts/partials/greater-icon.html +++ b/layouts/partials/greater-icon.html @@ -1,3 +1,3 @@ - - + + diff --git a/source/css/variables.css b/source/css/variables.css index 4ed9545..d1a94f7 100644 --- a/source/css/variables.css +++ b/source/css/variables.css @@ -26,7 +26,7 @@ width: $width; height: $height; - polyline { + path { stroke: currentColor; stroke-width: $stroke-width; }