From 658dbbb9aad5d8f53c40c7192c2b1cee0c7937b2 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 e099644..c6b3ead 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 }