diff --git a/src/static/css/base.css b/src/static/css/base.css index 61e83f1..43fa1c2 100644 --- a/src/static/css/base.css +++ b/src/static/css/base.css @@ -97,7 +97,7 @@ main { footer, footer * { text-align: center; - opacity: 0.8; + opacity: 0.83; } li { diff --git a/src/templates/base.j2 b/src/templates/base.j2 index 0092cad..2c6e936 100644 --- a/src/templates/base.j2 +++ b/src/templates/base.j2 @@ -50,7 +50,8 @@ {% block main %}{% endblock %}