From 6ff944d07c2f59a8b639c9ed777ab3968f0b8655 Mon Sep 17 00:00:00 2001 From: Marvin Scham Date: Tue, 5 Apr 2022 11:11:10 +0200 Subject: [PATCH] Minor CSS adjustment --- config.yml | 2 +- custom.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yml b/config.yml index 1a40d69..020e5fd 100644 --- a/config.yml +++ b/config.yml @@ -13,7 +13,7 @@ message: icon: 'fa fa-info' header: false -footer: '' +footer: '' stylesheet: - 'assets/custom.css' diff --git a/custom.css b/custom.css index 7a66eda..c90eaed 100644 --- a/custom.css +++ b/custom.css @@ -130,7 +130,7 @@ body .footer { text-align: center; } -.footer i { +.footer i.fa-heart { color: #e21c1b; }