diff --git a/cocktail/templates/base.html b/cocktail/templates/base.html index 85b6a05..adca35f 100644 --- a/cocktail/templates/base.html +++ b/cocktail/templates/base.html @@ -8,12 +8,6 @@ - {% block css %} {% endblock css %} diff --git a/cocktail_list/__pycache__/forms.cpython-37.pyc b/cocktail_list/__pycache__/forms.cpython-37.pyc index 8cc583a..9812099 100644 Binary files a/cocktail_list/__pycache__/forms.cpython-37.pyc and b/cocktail_list/__pycache__/forms.cpython-37.pyc differ diff --git a/cocktail_list/__pycache__/models.cpython-37.pyc b/cocktail_list/__pycache__/models.cpython-37.pyc index 0b31eb4..f0d7802 100644 Binary files a/cocktail_list/__pycache__/models.cpython-37.pyc and b/cocktail_list/__pycache__/models.cpython-37.pyc differ diff --git a/cocktail_list/__pycache__/views.cpython-37.pyc b/cocktail_list/__pycache__/views.cpython-37.pyc index bcfabae..ebc8637 100644 Binary files a/cocktail_list/__pycache__/views.cpython-37.pyc and b/cocktail_list/__pycache__/views.cpython-37.pyc differ diff --git a/static-storage/css/cocktail.css b/static-storage/css/cocktail.css index 8d9decf..066919b 100644 --- a/static-storage/css/cocktail.css +++ b/static-storage/css/cocktail.css @@ -1,4 +1,6 @@ - +body{ + background-color: black; +} .text-on-header{ color: black; font-family: 'Pacifico', cursive; diff --git a/static-storage/css/style.css b/static-storage/css/style.css index 448f1ce..a3c4c05 100644 --- a/static-storage/css/style.css +++ b/static-storage/css/style.css @@ -1,6 +1,9 @@ * { box-sizing: border-box; } +body{ + background-color: black; +} .text_on_image{ color:white; @@ -30,6 +33,7 @@ a:hover{ /* background-size: cover; */ background-position: center; position: relative; + border: 3px solid white; } .text-contained-img-bar{ color: white; @@ -37,6 +41,7 @@ a:hover{ text-align: center; position: absolute; font-size: 1.5em; + border: 5px solid white; top: 50%; left: 50%; transform: translate(-50%, -50%);