diff --git a/src/frontend/static/styles/pyShelf.sass b/src/frontend/static/styles/pyShelf.sass index d6c22ec..68fc30b 100644 --- a/src/frontend/static/styles/pyShelf.sass +++ b/src/frontend/static/styles/pyShelf.sass @@ -23,6 +23,8 @@ $navbar-item-color: $white $navbar-item-hover-background-color: $ps-color-secondary $navbar-dropdown-background-color: $ps-color-primary-trans $navbar-dropdown-item-hover-color: $ps-color-background !important +$footer-background-color: $ps-color-primary-trans +$footer-padding: 0.5rem 0.5rem //$navbar-dropdown-item-hover-background-color: $background !default //$navbar-dropdown-item-active-color: $link !default //$navbar-dropdown-item-active-background-color: $background !default diff --git a/src/frontend/templates/footer.html b/src/frontend/templates/footer.html index b605728..7177b7b 100644 --- a/src/frontend/templates/footer.html +++ b/src/frontend/templates/footer.html @@ -1,2 +1,18 @@ + diff --git a/src/frontend/templates/header.html b/src/frontend/templates/header.html index 127dea7..048cef9 100644 --- a/src/frontend/templates/header.html +++ b/src/frontend/templates/header.html @@ -5,5 +5,6 @@ + diff --git a/src/frontend/templates/index.html b/src/frontend/templates/index.html index 72c0156..0f060d5 100644 --- a/src/frontend/templates/index.html +++ b/src/frontend/templates/index.html @@ -1,7 +1,7 @@ {% include 'header.html' %} {% include 'navigation.html' %} -
+
{{ package.test }}
{% include 'footer.html' %}