diff --git a/app/server/static/css/forum.css b/app/server/static/css/forum.css index 94c45c06..0f10e64c 100644 --- a/app/server/static/css/forum.css +++ b/app/server/static/css/forum.css @@ -4,6 +4,16 @@ html,body { } footer { background-color: #2a2e2f !important; + padding: 2rem 1.5rem 3rem !important; +} +.footer a { + color: white; +} +.footer h2 { + margin-bottom: 10px; +} +.footer p, strong { + color: lemonchiffon; } .navbar { background-color: #2a2e2f; diff --git a/app/server/templates/index.html b/app/server/templates/index.html index 0ce24e01..449526d3 100644 --- a/app/server/templates/index.html +++ b/app/server/templates/index.html @@ -161,23 +161,23 @@ -