From da1941e980cf67bd39223627bf9254a57cae11ce Mon Sep 17 00:00:00 2001 From: Rick Date: Thu, 15 Feb 2024 13:31:07 +0100 Subject: [PATCH] Update styles for header, aside, main, and list items --- admin/style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/admin/style.css b/admin/style.css index 9284743..80e766e 100644 --- a/admin/style.css +++ b/admin/style.css @@ -1,3 +1,8 @@ -header, aside, main { +hmtl, html body, body header.css-y7r3-AppHeader, aside.css-1gj57a0-SidebarContainer-card, main { background-color: #000; -} \ No newline at end of file +} + +li.css-5wgw3f-ListCard-card, li a, li a h2, div.css-1hvrgvd-CollectionTopContainer-card-cardTop, .css-npvq26-SidebarHeading, h1.css-37khcc-CollectionTopHeading-cardTopHeading { + background-color: #202020; + color: #fff; +}