From 904a1d352f409a64db54699976bad8a945c1c3d3 Mon Sep 17 00:00:00 2001 From: Nistor Cristian Date: Thu, 21 Nov 2019 00:37:02 +0200 Subject: [PATCH] Replace Vac with Nimbus in footer. Change footer bg. Signed-off-by: Nistor Cristian --- _includes/footer.html | 2 +- assets/css/main.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index bd6b3bc..22e3017 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -56,7 +56,7 @@ - + diff --git a/assets/css/main.scss b/assets/css/main.scss index 3939b8d..5e8140a 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -612,7 +612,7 @@ hr{ width: 100%; display: flex; justify-content: center; - background-color: #262A39; + background-color: $dark-grey; position: relative; margin: 0 0 0 0; }