From 6d21bbe03aebe909fa08a792ea5b92faa759d10e Mon Sep 17 00:00:00 2001 From: jamesread Date: Thu, 28 Sep 2023 23:16:37 +0100 Subject: [PATCH] bugfix: style lint --- webui/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/webui/style.css b/webui/style.css index f7256fa..f99cefe 100644 --- a/webui/style.css +++ b/webui/style.css @@ -57,6 +57,11 @@ label#sidebar-toggler-button:focus { cursor: pointer; } +footer, +footer a { + color: black; +} + aside { position: absolute; width: 180px; @@ -281,11 +286,6 @@ button.active-section { 20% { background-color: purple; } } -footer, -footer a { - color: black; -} - img.logo { width: 1em; height: 1em;