Skip to content

Commit

Permalink
Update styles for header, aside, main, and list items
Browse files Browse the repository at this point in the history
  • Loading branch information
Pluers committed Feb 15, 2024
1 parent b64c344 commit da1941e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions admin/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
header, aside, main {
hmtl, html body, body header.css-y7r3-AppHeader, aside.css-1gj57a0-SidebarContainer-card, main {
background-color: #000;
}
}

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;
}

0 comments on commit da1941e

Please sign in to comment.