ソースを参照

Fix Slack icon size (#237)

tags/2.6.0
Jace Browning 5年前
コミット
2ee56e694c
2個のファイルの変更2行の追加2行の削除
  1. 1
    1
      layouts/partials/svg/slack.svg
  2. 1
    1
      src/css/_social-icons.css

+ 1
- 1
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>

+ 1
- 1
src/css/_social-icons.css ファイルの表示

@@ -48,6 +48,6 @@
}

.slack:hover {
fill: #3088d4;
fill: #E01E5A;
}


読み込み中…
キャンセル
保存