From 259e8ab7a3a7e607263ca07e53787d85881bab8a Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 25 Sep 2018 19:13:16 +0200 Subject: Re-bumped much of the application MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- stylesheets/partials/minima/_layout.scss | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'stylesheets/partials/minima/_layout.scss') diff --git a/stylesheets/partials/minima/_layout.scss b/stylesheets/partials/minima/_layout.scss index e07a669..dcfa539 100644 --- a/stylesheets/partials/minima/_layout.scss +++ b/stylesheets/partials/minima/_layout.scss @@ -38,6 +38,7 @@ a { margin-left: 20px; + color: $text-color; } .page-link { @@ -194,6 +195,10 @@ @include relative-font-size(1.75); } +#tag-search-message, #oh-its-empty { + display: none; +} + .post-list { margin-left: 0; list-style: none; @@ -206,6 +211,12 @@ .post-meta { font-size: $small-font-size; color: $grey-color; + display: flex; + margin-bottom: 30px; + + .separator { + width: 5px; + } } .post-link { @@ -319,6 +330,19 @@ img#image-profile { font-size: 12px; } +#footnotes { + margin-top: 50px; + + p.footpara { + display: inline; + } + + .footdef { + font: $base-font-weight 14px/#{$base-line-height} $base-font-family; + margin: 10px 0; + } +} + /* * Code blocks */ @@ -330,3 +354,11 @@ img#image-profile { font-family: monospace,monospace; color: #566b78; } + +code { + font-size: 12px !important; + background: #f5f7f9; + border-bottom: 1px solid #d8dee9; + font-family: monospace,monospace; + color: #566b78; +} -- cgit v1.2.3