1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-02-14 21:10:25 +01:00

color adjustments for dark photo backgrounds

This commit is contained in:
Matthias Kretschmann 2015-04-27 17:16:34 +02:00
parent 5e922fa170
commit 8b6e97f820
2 changed files with 14 additions and 5 deletions

View File

@ -12,10 +12,8 @@
margin-top: $line-height-computed*2 margin-top: $line-height-computed*2
border-radius: $border-radius-base border-radius: $border-radius-base
p, p
.btn margin-bottom: ($line-height-computed/2)
margin-bottom: 0
.btn-wrap .btn-wrap
margin-top: $line-height-computed/2
height: 27px height: 27px

View File

@ -72,4 +72,15 @@
display: block display: block
&:active &:active
background: none background: none
//
// Photo background change adjustment
//
.ab-dark
.entry-content
color: $text-color-dimmed
.byline, time, .comments
color: $text-color-light