LoginSignup
0
0

More than 5 years have passed since last update.

はてブボタンが黒背景でダサい問題を解決する

Last updated at Posted at 2017-02-21

はてなブックマークボタンが新しくなりました。

image

これが

image

こう変わったのですが、

黒背景では、

image

これが

image

こうなってしまいます!ダサい!

解決策

common.css
.hatena-bookmark-button-frame {
  border-radius: 4px;
}

角丸のCSSを追加。

image

これで万事解決!

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0