Issue #2: Styling issues after Bootstrap 5 update

This commit is contained in:
Marcin Osiadacz 2022-07-01 14:02:26 +02:00 committed by Thomas Jensen
parent 21cacd0443
commit ae3e854627
2 changed files with 2 additions and 1 deletions

View File

@ -132,6 +132,7 @@ footer {
}
a {
color: rgba(255, 255, 255, 0.6);
text-decoration: none;
&:hover {
text-decoration: none;
color: white;

View File

@ -75,7 +75,7 @@ permalink: /
</div>
<div class="row">
<div class="col">
<h1 class="text-center font-weight-bold">{{ site.name }}</h1>
<h1 class="text-center fw-bold">{{ site.name }}</h1>
{% if site.subtitle %}<h3 class="text-center font-weight-light">{{ site.subtitle }}</h3>{% endif %}
</div>
</div>