From 81315746e9f6954167b4785aa4299668c6982a09 Mon Sep 17 00:00:00 2001 From: Andreas Thienemann Date: Sat, 26 Feb 2022 17:38:53 +0100 Subject: [PATCH] Update app.css Footer Bar is gray. --- static/app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/app.css b/static/app.css index a2e720b..fbbb8f3 100644 --- a/static/app.css +++ b/static/app.css @@ -11,7 +11,7 @@ } footer { - border-top: 1px solid black; + border-top: 1px solid gray80; margin: 5em; margin-top: 2em; -} \ No newline at end of file +}