1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-09-24 01:58:50 +02:00
This commit is contained in:
Matthias Kretschmann 2015-06-11 01:51:55 +02:00
parent 2e8f504739
commit 1e63cd8906
4 changed files with 10 additions and 7 deletions

View File

@ -154,8 +154,7 @@ a.btn-primary
.icon .icon
width: 15px width: 15px
height: 15px height: 15px
margin-right: 2px margin: 1px 0 0 0
margin-left: 0
fill: #0089cb fill: #0089cb

View File

@ -210,7 +210,7 @@ blockquote > p
color: lighten($text-color, 15%) color: lighten($text-color, 15%)
blockquote blockquote
padding: 0 $line-height-computed padding: 0 40px
margin: 0 0 $line-height-computed margin: 0 0 $line-height-computed
position: relative position: relative
@ -224,8 +224,8 @@ blockquote
font-family: "Hoefler Text", "Times New Roman", serif font-family: "Hoefler Text", "Times New Roman", serif
color: $text-color-dimmed color: $text-color-dimmed
position: absolute position: absolute
left: -($line-height-computed/2) left: 0
top: -($line-height-computed/1.75) top: -20px
@media $breakpoint3 @media $breakpoint3
top: -($line-height-computed/1.35) top: -($line-height-computed/1.35)

View File

@ -35,7 +35,7 @@ $brand-grey-light = lighten($brand-grey, 15%)
$text-color = $brand-grey-light $text-color = $brand-grey-light
$text-color-light = lighten($brand-grey-light, 30%) $text-color-light = lighten($brand-grey-light, 30%)
$text-color-dimmed = lighten($brand-grey-light, 40%) $text-color-dimmed = lighten($brand-grey-light, 50%)
// Typography // Typography

View File

@ -25,7 +25,11 @@ layout: base
<use xlink:href="/assets/img/sprite.svg#entypo-forward"></use> <use xlink:href="/assets/img/sprite.svg#entypo-forward"></use>
</svg> </svg>
</a> </a>
<a class="permalink-link" href="{{ page.url }}" rel="tooltip" title="Permalink">&#8734;</a> <a class="permalink-link" href="{{ page.url }}" rel="tooltip" title="Permalink">
<svg class="icon icon-entypo icon-entypo-infinity">
<use xlink:href="/assets/img/sprite.svg#entypo-infinity"></use>
</svg>
</a>
</p> </p>
</section> </section>