From ae3e854627cd04a87b48ec1323030da5f9374e78 Mon Sep 17 00:00:00 2001 From: Marcin Osiadacz Date: Fri, 1 Jul 2022 14:02:26 +0200 Subject: [PATCH] Issue #2: Styling issues after Bootstrap 5 update --- css/theme.scss | 1 + index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/css/theme.scss b/css/theme.scss index 71e69b5..b1fbddc 100644 --- a/css/theme.scss +++ b/css/theme.scss @@ -132,6 +132,7 @@ footer { } a { color: rgba(255, 255, 255, 0.6); + text-decoration: none; &:hover { text-decoration: none; color: white; diff --git a/index.html b/index.html index 7e42be5..55a9b26 100644 --- a/index.html +++ b/index.html @@ -75,7 +75,7 @@ permalink: /
-

{{ site.name }}

+

{{ site.name }}

{% if site.subtitle %}

{{ site.subtitle }}

{% endif %}