Skip to content

Commit

Permalink
make "Home" fully transparent (rgba)
Browse files Browse the repository at this point in the history
  • Loading branch information
sofievdbos authored Jul 3, 2020
1 parent f82e325 commit ab0ac90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/hero.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<section class="hero {% if page.hero_height %} {{ page.hero_height }} {% else %} is-medium {% endif %} is-bold is-primary" {% if page.hero_image %} style="background: url('{{ page.hero_image }}') no-repeat center center; background-size: cover;" {% endif %}>
<div class="hero-body">
<div class="container">
<p class="title is-2" {% if page.hero_image %} style="color: #004777"{% endif %}>{{ page.title }}</p>
<p class="title is-2" {% if page.hero_image %} style="color: rgba(0,71,119,0.0)"{% endif %}>{{ page.title }}</p>
<p class="subtitle is-3">{{ page.subtitle }}</p>
</div>
</div>
Expand Down

0 comments on commit ab0ac90

Please # to comment.