From 15e7bcacbe7519e008808fdb153ce6f7e182b0b0 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Fri, 9 Aug 2024 21:10:37 -0400 Subject: Fix footer when content is expanded. Use consistent selector for footer. --- common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.css') diff --git a/common.css b/common.css index 38ca98c..48a45ac 100644 --- a/common.css +++ b/common.css @@ -106,7 +106,7 @@ del{ #panel li a:hover:not(.active){ background-color: var(--list-highlighted-bg); } -#panel,#footer{ +#panel,div.footer{ background-color: var(--secondary-bg); background-image: var(--bg-pattern); background-repeat: repeat; -- cgit v1.2.3