From 2ee56e694c5a5212dec7416c8bf3b0ace4163a14 Mon Sep 17 00:00:00 2001
From: Jace Browning <jacebrowning@gmail.com>
Date: Sun, 05 Jan 2020 20:15:48 +0000
Subject: [PATCH] Fix Slack icon size (#237)
---
layouts/partials/svg/slack.svg | 2 +-
src/css/_social-icons.css | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/layouts/partials/svg/slack.svg b/layouts/partials/svg/slack.svg
index 3bed325..57974d4 100644
--- a/layouts/partials/svg/slack.svg
+++ b/layouts/partials/svg/slack.svg
@@ -1,4 +1,4 @@
-<svg {{ with .size }} height="{{ . }}" {{ end }} style="enable-background:new 0 0 270 270;" version="1.1" viewBox="0 0 270 270" width="{{ .size }}" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
+<svg {{ with .size }} height="{{ . }}" {{ end }} style="enable-background:new 65 65 150 135;" version="1.1" viewBox="65 65 150 135" width="{{ .size }}" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
<style type="text/css">
.st0{fill:#BABABA;}
</style>
diff --git a/src/css/_social-icons.css b/src/css/_social-icons.css
index 8d79bee..18005e8 100644
--- a/src/css/_social-icons.css
+++ b/src/css/_social-icons.css
@@ -48,6 +48,6 @@
}
.slack:hover {
- fill: #3088d4;
+ fill: #E01E5A;
}
--
Gitblit v1.10.0