https://btemplates.com/2016/blogger-template-singl/
カスタマイズ:
・背景画像の変更。
・背景画像位置の変更。
・リンクホバーカラーの変更。#A95
・リンクホバーカラー変更による、背景色の初期化、リンクカラーの初期化。
・フッターの非表示を解除。
・preの背景色の変更。
・強調色の変更。
以下上書きCSS
.subscribe-form-wrappernbt {
display: none;
}
.hidenbt {
display: inherit;
}
.trigger-wrappernbt.clearnbt {
display: none;
}
a:hover {
color: #aa9955!important;
}
a {
color: inherit;
}
.social-linksnbt a:hover {
background-color: inherit;
}
.menu-togglenbt:hover, .main-navigationnbt.toggled .menu-togglenbt {
background-color: inherit;
}
.main-navigationnbt a:hover {
background: inherit
}
.bottom-panelnbt {
background: rgba(0,0,0,0.95);
}
body.custom-background {
background-image: url(https://2.bp.blogspot.com/.../heredlist.jpg);
background-size: cover;
}
pre,code{
background: #fafafa;
font-family:monospace;
}
mark, ins {
background: initial;
color: #8c7b49;
}