summaryrefslogtreecommitdiff
path: root/common.css
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2024-08-09 21:10:37 -0400
committerGravatar Chris Xiong <chirs241097@gmail.com> 2024-08-09 21:10:37 -0400
commit15e7bcacbe7519e008808fdb153ce6f7e182b0b0 (patch)
tree3c7b0375df2f252c43f5bf6f404ef6fe414281e0 /common.css
parentc1ed25fe3502ca2665211e66df97fa1f6b87c6b2 (diff)
downloadweb-15e7bcacbe7519e008808fdb153ce6f7e182b0b0.tar.xz
Fix footer when content is expanded. Use consistent selector for footer.
Diffstat (limited to 'common.css')
-rw-r--r--common.css2
1 files changed, 1 insertions, 1 deletions
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;