Skip to content

Commit c4faf30

Browse files
committed
Small visual fixes for CC icon
1 parent 74d9e25 commit c4faf30

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

_layouts/post.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,22 @@
2626
background-size: cover;
2727
background-position: center;
2828
filter: brightness({{ page.image_brightness | default: 0.5 }});
29-
z-index: 0;
30-
">
29+
z-index: 0;">
30+
</div>
3131
<a href="{{ credit_url }}" target="_blank" title="Image credit on Pexels" style="
3232
position: absolute;
3333
bottom: 10px;
3434
right: 10px;
3535
z-index: 2;
3636
color: white;
3737
opacity: 0.7;
38-
font-size: 2rem;
39-
text-decoration: none;
40-
">
38+
font-size: 1.7rem;
39+
filter: none;
40+
outline: none;
41+
border: none;
42+
text-decoration: none;">
4143
<i class="fa fa-creative-commons" aria-hidden="true"></i>
4244
</a>
43-
</div>
4445
{% endif %}
4546

4647
<div style="position: relative; z-index: 1; padding: 2rem; color: {{ page.text_color | default: 'white' }};">

0 commit comments

Comments
 (0)