Add Footer

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2021-12-25 08:35:40 +01:00
parent fb5fb6b2f8
commit 98ffa9270f
6 changed files with 32 additions and 3 deletions
+3
View File
@@ -29,6 +29,8 @@ $theme-breadcrumbs-background: hsl($theme-hue, 33%, 15%);
$theme-breadcrumbs-color: hsl($theme-hue, 100%, 100%);
$theme-breadcrumbs-link-color: hsl($theme-hue, 100%, 75%);
$theme-breadcrumbs-link-color-active: hsl($theme-hue, 100%, 85%);
$theme-footer-background: hsl($theme-hue, 33%, 10.0%);
$theme-footer-color: hsl($theme-hue, 0%, 80%);
* {
box-sizing: border-box;
@@ -61,3 +63,4 @@ a.active {
@import "_header.scss";
@import "_content.scss";
@import "_footer.scss";