Improve readability of recent posts
This commit is contained in:
parent
926e62518c
commit
23ce49ca8f
2 changed files with 4 additions and 4 deletions
|
@ -83,7 +83,7 @@ body.page-homepage {
|
|||
object-fit: cover;
|
||||
position: absolute;
|
||||
transition: filter 0.25s;
|
||||
filter: brightness(0.9);
|
||||
filter: brightness(0.85);
|
||||
}
|
||||
|
||||
p {
|
||||
|
@ -93,7 +93,7 @@ body.page-homepage {
|
|||
padding: 0.5rem;
|
||||
transition: background-color 0.25s;
|
||||
width: 100%;
|
||||
background-color: rgb(0 0 0 / 50%);
|
||||
background-color: rgb(0 0 0 / 55%);
|
||||
}
|
||||
|
||||
figure {
|
||||
|
@ -107,7 +107,7 @@ body.page-homepage {
|
|||
}
|
||||
|
||||
p {
|
||||
background-color: rgb(0 0 0 / 70%);
|
||||
background-color: rgb(0 0 0 / 75%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<a href="{% pageurl page %}">
|
||||
<figure class="image is-16by9">
|
||||
<img src="{{ page.list_image_url }}" alt="{{ page.hero_image_alt }}" loading="lazy" decoding="async" referrerpolicy="no-referrer" />
|
||||
<p class="has-text-weight-light">{{ page.title }}</p>
|
||||
<p>{{ page.title }}</p>
|
||||
</figure>
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue