個人用ブログテーマ設定

公式テーマにあまり心惹かれるものがなかったので、cssを書き換える感じで現在のテーマに改変してみた。

最終更新日時: 2018/11/08

/* <system section="theme" selected="life"> */
@import url("/css/theme/life/life.css");
/* </system> */

@media (min-width: 1020px)
#container, #footer {
    width: 960px;
}

.entry-content, .entry-footer {
    max-width: 800px;
}

.categories a {
    border: none;
    background-color: #F5F7FA;
    font-size: 80% !important;
}

pre.code {
    font-size: 80% !important;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
    border-bottom: none !important;
}

.embed-card{
    max-width: 100% !important;
}