diff --git a/.gitignore b/.gitignore index 932becf..50b67b6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ /_generated/* -deploy.sh *.kate-swp diff --git a/scss/import/blog.scss b/scss/import/blog.scss index 7090e39..d071ad3 100644 --- a/scss/import/blog.scss +++ b/scss/import/blog.scss @@ -24,8 +24,28 @@ body { } main { article { + .cover-header { + .cover-header-inner-wrapper { + .cover-header-inner { + header.entry-header { + .entry-header-inner { + .post-meta-wrapper { + ul.post-meta { + li.post-author { + display: none; // Autor im Beitragsheader ausblenden + } + } + } + } + } + } + } + } .post-inner { .entry-content { + a { + color: $blau-light !important; + } .read-more-button-wrap { a.more-link { .faux-button { // Button: »Weiterlesen« @@ -91,28 +111,8 @@ body { body.post-template { main { article.post { - .cover-header { - .cover-header-inner-wrapper { - .cover-header-inner { - header.entry-header { - .entry-header-inner { - .post-meta-wrapper { - ul.post-meta { - li.post-author { - display: none; // Autor im Beitragsheader ausblenden - } - } - } - } - } - } - } - } .post-inner { .entry-content { - a { - color: $blau-light !important; - } .yarpp-related { margin: 3em auto 0 auto !important; ol { @@ -138,67 +138,67 @@ body.post-template { } } } - nav.pagination-single { - .pagination-single-inner { - .previous-post, - .next-post { - color: $blau-light !important; - } + } + .pagination-single { + .pagination-single-inner { + .previous-post, + .next-post { + color: $blau-light !important; } } - .comments-wrapper { - .comments { - .comments-inner { - article.comment-body { - footer.comment-footer-meta { - .comment-reply { - a.comment-reply-link { // Button: »Kommentieren« - background: $blau !important; - text-transform: none !important; - &:hover { - text-decoration: none; - background: $blau-dark; - } + } + .comments-wrapper { + .comments { + .comments-inner { + article.comment-body { + footer.comment-footer-meta { + .comment-reply { + a.comment-reply-link { // Button: »Kommentieren« + background: $blau !important; + text-transform: none !important; + &:hover { + text-decoration: none; + background: $blau-dark; } } } } } } - .comment-respond { - .section-inner { - .comment-form-comment { - textarea#comment { + } + .comment-respond { + .section-inner { + .comment-form-comment { + textarea#comment { + background: rgb(37, 45, 57); + border: 0; + color: rgb(255, 255, 255); + } + } + .comment-form-author, + .comment-form-email, + .comment-form-url { + input { + &#author, + &#email, + &#url { background: rgb(37, 45, 57); border: 0; color: rgb(255, 255, 255); } } - .comment-form-author, - .comment-form-email, - .comment-form-url { - input { - &#author, - &#email, - &#url { - background: rgb(37, 45, 57); - border: 0; - color: rgb(255, 255, 255); - } + } + .form-submit { + .submit { + background: $blau !important; + color: rgb(255, 255, 255); + padding: 0.5em 2.2em !important; // Groesse aendern + text-transform: none !important; // nicht unterstrichen + &:hover { + text-decoration: none; + background: $blau-dark; } - } - .form-submit { - .submit { - background: $blau !important; - color: rgb(255, 255, 255); - padding: 0.5em 2.2em !important; // Groesse aendern - text-transform: none !important; // nicht unterstrichen - &:hover { - text-decoration: none; - background: $blau-dark; - } - } - } + } } } }