File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 26
26
background-size: cover;
27
27
background-position: center;
28
28
filter: brightness({{ page.image_brightness | default: 0.5 }});
29
- z-index: 0;
30
- " >
29
+ z-index: 0; " >
30
+ </ div >
31
31
< a href ="{{ credit_url }} " target ="_blank " title ="Image credit on Pexels " style ="
32
32
position: absolute;
33
33
bottom: 10px;
34
34
right: 10px;
35
35
z-index: 2;
36
36
color: white;
37
37
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; ">
41
43
< i class ="fa fa-creative-commons " aria-hidden ="true "> </ i >
42
44
</ a >
43
- </ div >
44
45
{% endif %}
45
46
46
47
< div style ="position: relative; z-index: 1; padding: 2rem; color: {{ page.text_color | default: 'white' }}; ">
You can’t perform that action at this time.
0 commit comments