walkingmask’s development log

IT系の情報などを適当に書いていきます

MENU

はてなブログの公式テーマ「Evergreen」で全ての文字色を変える

結構詰まってしまったのでlog...CSS勉強しないと.

How to

こんな感じのをデザイン->カスタマイズ->デザインCSSの最後の方に打ち込む.とても頭の悪そうなゴリ押し手法.

body,
a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited,
.keyword a,
#globalheader-container,
#title a,
#blog-description,
.entry-title a,
.entry-title a:hover,
.date a,
.entry-header-menu a,
.entry-content blockquote,
.entry-content blockquote .keyword a,
.entry-content code,
.entry-content .hatena-asin-detail,
.entry-footer-section,
.entry-footer-section a,
.comment-metadata,
.comment-metadata a,
.leave-comment-title,
.leave-comment-title:hover,
.hatena-module-title a,
.hatena-urllist li a:hover,
.hatena-module-profile .id a:hover,
.hatena-module-search-box .search-module-input,
.pager a,
.pager a:hover,
#footer,
#footer a,
.page-about dt,
.page-archive a.entry-title-link,
.page-archive a.entry-title-link:hover,
.page-archive .categories a,
.page-archive .categories a:hover{
  color: #462820;
}

参考にさせていただいたWebページ

はてなブログでCSS編集を勉強中 -
(2015/11/25)