From c63d74b2e4656dcb084ba0473079377b71b0cdf6 Mon Sep 17 00:00:00 2001 From: danix Date: Sun, 26 Feb 2023 18:35:42 +0100 Subject: [PATCH] added footer. --- footer.html | 17 +++++++++++++++++ gitweb-danixland/gitweb.css | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 footer.html diff --git a/footer.html b/footer.html new file mode 100644 index 0000000..42bc7e3 --- /dev/null +++ b/footer.html @@ -0,0 +1,17 @@ + \ No newline at end of file diff --git a/gitweb-danixland/gitweb.css b/gitweb-danixland/gitweb.css index 88dd962..146ec48 100644 --- a/gitweb-danixland/gitweb.css +++ b/gitweb-danixland/gitweb.css @@ -209,7 +209,7 @@ td, th { height: 80px; line-height: 80px; margin-top: 15px; - background: var(--bg); + background: var(--bg-alt); border-top: 2px solid var(--border); border-bottom: 1px solid var(--border); } -- 2.20.1