はてなブログのデザインを「soboku」に変えた。
リンクに下線が入るのがいやだったので、
管理画面のデザイン > カスタマイズ > デザインCSSに下記を追加
/* <system section="theme" selected="17391345971627985862"> */ @import url("https://blog.hatena.ne.jp/-/theme/17391345971627985862.css"); /* </system> */ /* リンクの下線をなくし、露草色 */ .entry-content a { color: #28c; text-decoration: none; } /* マウスを重ねたとき、アンダーライン+縹色 */ .entry-content a:hover { color: #368; text-decoration: underline; } .hatena-module-profile .hatena-id-link { color: #222; font-size: 1.5rem; font-weight: normal; text-decoration: none; }
ふふふ、なんかおもろい。