_sass/hydure/_page.scss in jekyll-theme-hydure-1.0.0 vs _sass/hydure/_page.scss in jekyll-theme-hydure-2.0.0

- old
+ new

@@ -1,12 +1,10 @@ .page, .post { - font-family: var(--page-font); - h1, h2, h3, h4, h5, h6 { color: var(--heading-color); - font-family: var(--body-font); + font-family: var(--heading-font); } } .page-title, .post-title { @@ -15,11 +13,10 @@ } .post-meta { color: var(--body-color-light); font-size: 80%; - font-family: var(--body-font); margin-top: 0; } .post-categories, .post-tags { @@ -67,11 +64,10 @@ .post { padding: 1em; margin-bottom: 1em; border: 1px solid var(--border-color); border-radius: var(--border-radius); - box-shadow: var(--box-shadow); } .post-title { a { color: inherit; @@ -107,18 +103,26 @@ padding-right: 1em; } } #markdown-toc { - font-family: var(--body-font); font-size: 80%; padding: 2em 3em; margin: 2em 0; border: solid var(--border-color); border-width: 1px 0; &::before { display: block; margin-left: -3em; content: "TOC"; + } +} + +.task-list-item { + list-style-type: none; + + .task-list-item-checkbox { + margin: 0 .2em .25em -1.6em; + vertical-align: middle; } }