From 8b6e97f82098c667d479e534ad57144f2f4ba4cd Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 27 Apr 2015 17:16:34 +0200 Subject: [PATCH] color adjustments for dark photo backgrounds --- _src/assets/styl/comments.styl | 6 ++---- _src/assets/styl/content-photo.styl | 13 ++++++++++++- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/_src/assets/styl/comments.styl b/_src/assets/styl/comments.styl index ba0ba6a6..9e724c9a 100644 --- a/_src/assets/styl/comments.styl +++ b/_src/assets/styl/comments.styl @@ -12,10 +12,8 @@ margin-top: $line-height-computed*2 border-radius: $border-radius-base - p, - .btn - margin-bottom: 0 + p + margin-bottom: ($line-height-computed/2) .btn-wrap - margin-top: $line-height-computed/2 height: 27px \ No newline at end of file diff --git a/_src/assets/styl/content-photo.styl b/_src/assets/styl/content-photo.styl index 187b7821..549428ee 100644 --- a/_src/assets/styl/content-photo.styl +++ b/_src/assets/styl/content-photo.styl @@ -72,4 +72,15 @@ display: block &:active - background: none \ No newline at end of file + background: none + + +// +// Photo background change adjustment +// +.ab-dark + .entry-content + color: $text-color-dimmed + + .byline, time, .comments + color: $text-color-light \ No newline at end of file