_sass/_posts.scss in quattle-1.3.0 vs _sass/_posts.scss in quattle-1.4.0

- old
+ new

@@ -74,11 +74,11 @@ // Blog post or page title .page-title, .post-title, .post-title a { - color: $body-color; + color: $text; @media (prefers-color-scheme: light) { color: $light-scheme-text; } } @@ -91,22 +91,22 @@ // Meta data line below post title .post-date { display: block; margin-top: -.4rem; margin-bottom: 1rem; - color: $body-color; + color: $text; @media (prefers-color-scheme: light) { color: $light-scheme-text; } } .permalink { display: block; margin-top: -1rem; margin-bottom: 1.5rem; - color: $body-color; + color: $text; @media (prefers-color-scheme: light) { color: $light-scheme-color; } } @@ -114,11 +114,11 @@ .external-link { display: block; margin-top: -1rem; margin-bottom: 1.5rem; opacity: .7; - color: $body-color; + color: $text; @media (prefers-color-scheme: light) { color: $light-scheme-accent; opacity: 1; } @@ -173,28 +173,24 @@ overflow: hidden; white-space: nowrap; margin-top: 2rem; font-variant: small-caps; } - - -.PageNavigation a { - display: inline; - width: auto; - float: left; - margin: 1em 0; -} - -.PageNavigation .next { - float: right; - width: auto; - text-align: right; -} - -.related-posts { - padding-left: 0; - list-style: none; - - h3 { - margin-top: 0; + + .PageNavigation a { + display: inline; + width: auto; + float: left; + margin: 1em 0; } -} + .PageNavigation .next { + float: right; + width: auto; + text-align: right; + } + .related-posts { + padding-left: 0; + list-style: none; + h3 { + margin-top: 0; + } + }