diff --git a/assets/sass/_layout.scss b/assets/sass/_layout.scss index 1c8f3ec..cfdadcf 100644 --- a/assets/sass/_layout.scss +++ b/assets/sass/_layout.scss @@ -304,10 +304,6 @@ padding: $spacing-unit 0; } -.page-heading { - font-size: 20px; -} - .post-list { margin-left: 0; list-style: none; @@ -320,6 +316,8 @@ .post-meta { font-size: $small-font-size; color: $grey-color; + margin-top: 2*$spacing-unit; + } .post-link { @@ -328,7 +326,6 @@ } - /** * Posts */ @@ -337,14 +334,42 @@ } .post-title { - font-size: 42px; + font-size: 36px; letter-spacing: -1px; line-height: 1; + color: $title-color; @include media-query($on-laptop) { - font-size: 36px; + font-size: 32px; } } +.post-tags { + color: $grey-color; + font-size: $small-font-size; + + a { + color: $link-visited-color; + line-height: $base-line-height; + + // Gaps between nav items, but not on the last one + &:not(:last-child) { + margin-right: $spacing-unit; + } + + &:visited { + color: $link-visited-color; + } + + &:hover { + color: $link-hover-color; + } + } +} + +.post-cover { + +} + .post-content { margin-bottom: $spacing-unit*2; diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index dbd2468..cb22352 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,29 +1,7 @@ - +
- - - - - {{ with .OutputFormats.Get "RSS" }} - - - {{ end }} - - {{ $style := resources.Get "sass/main.scss" | toCSS | minify | fingerprint "sha512" }} - - - {{ block "title" . }} -