From c81eb71355a0fc3b54913fc679256caddcf12f06 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 15 Jun 2023 22:04:04 +0200 Subject: [PATCH] changed blue to orange in footer --- res/common.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/common.css b/res/common.css index 36fe39c..dc2115e 100644 --- a/res/common.css +++ b/res/common.css @@ -270,5 +270,6 @@ ol li, ul li { padding-bottom: 0.9em } clear: both; font-size: 80%; padding: 8px; - border-top: #315A94 2px solid + /*border-top: #315A94 2px solid*/ + border-top: #f6b26b 2px solid }