虎(牛)龍未酉2.1

記録帳|+n年後のジブンが思い出せますように……

作業ログ|はてなブログのデザインを変更

はてなブログのデザインを「soboku」に変えた。

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;
}

ふふふ、なんかおもろい。