mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Jace Browning
05.15.2020 2ee56e694c5a5212dec7416c8bf3b0ace4163a14
Fix Slack icon size (#237)

2 files modified
4 ■■■■ changed files
layouts/partials/svg/slack.svg 2 ●●● patch | view | raw | blame | history
src/css/_social-icons.css 2 ●●● patch | view | raw | blame | history
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>
src/css/_social-icons.css
@@ -48,6 +48,6 @@
}
.slack:hover {
  fill: #3088d4;
  fill: #E01E5A;
}