diff --git a/themes/default/static/css/theme.css b/themes/default/static/css/theme.css index ff57c5d..352e43a 100644 --- a/themes/default/static/css/theme.css +++ b/themes/default/static/css/theme.css @@ -7,7 +7,7 @@ body { .top_header { position: relative; height: 150px; - background: rgb(70, 70, 124); + /*background: rgb(70, 70, 124);*/ overflow: hidden; object-fit: cover; } @@ -21,7 +21,9 @@ body { font-weight: bold; font-size: 1em; line-height: 2em; - background: rgba(0, 0, 0, 0.75); + /*background: rgba(0, 0, 0, 0.75);*/ + background: #121212; + opacity: 0.95; width: 100%; text-decoration: none; } @@ -29,4 +31,8 @@ body { article { font-size: 1.1rem; line-height: 1.6; +} + +#footer_wrapper { + background: #121212; } \ No newline at end of file diff --git a/themes/default/templates/default.html b/themes/default/templates/default.html index 29ee34b..de80e59 100644 --- a/themes/default/templates/default.html +++ b/themes/default/templates/default.html @@ -42,14 +42,14 @@ {% endblock %}