Skip to content

Commit 7a23941

Browse files
authored
try to make more lisible (#345)
1 parent cfcefb4 commit 7a23941

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

_layouts/page.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929
{% if site.logo %}
3030
{% if site.logo_event_url and site.logo_event_url != "" %}
3131
<a href="{{ site.logo_event_url }}" target="_blank" rel="noopener noreferrer" aria-label="Learn about this logo event">
32-
<img src= "{{ site.logo }}" style="width: 50%">
32+
<img src= "{{ site.logo }}" style="width: 50%; filter: drop-shadow(0 0 16px rgba(255,255,255,1)) drop-shadow(0 0 24px rgba(255,255,255,0.7));">
3333
</a>
3434
{% else %}
35-
<img src= "{{ site.logo }}" style="width: 50%">
35+
<img src= "{{ site.logo }}" style="width: 50%; filter: drop-shadow(0 0 16px rgba(255,255,255,1)) drop-shadow(0 0 24px rgba(255,255,255,0.7));">
3636
{% endif %}
3737
{% endif %}
3838
<h1>{% if page.title %}{{ page.title }}{% endif %}</h1>
3939
<hr class="small">
40-
<span class="subheading">{% if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %}</span>
40+
<span class="subheading" style="text-shadow: 0 1px 6px rgba(0,0,0,0.9), 0 0 12px rgba(0,0,0,0.7);">{% if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %}</span>
4141
</div>
4242
</div>
4343
</div>

0 commit comments

Comments
 (0)