_sass/minima/_layout.scss in miniscule-0.1.7 vs _sass/minima/_layout.scss in miniscule-0.1.9

- old
+ new

@@ -23,12 +23,12 @@ } } .site-nav { position: absolute; - top: 9px; - right: $spacing-unit / 2; + top: 17px; + right: 15px; background-color: $background-color; border: 1px solid $grey-color-light; border-radius: 5px; text-align: right; line-height: $base-line-height * $base-font-size * 2.25; @@ -68,11 +68,11 @@ display: block; padding-bottom: 5px; } .page-link { - color: $text-color; + color: black; line-height: $base-line-height; display: block; padding: 5px 10px; // Gaps between nav items, but not on the last one @@ -104,9 +104,10 @@ display: block; } .page-link { display: inline; + color: white; padding: 0; &:not(:last-child) { margin-right: 20px; }