Refactor Stores page to Razor components

This commit is contained in:
2023-12-02 20:31:32 +00:00
parent d8c6e502a8
commit f1d65f590f
12 changed files with 266 additions and 111 deletions

View File

@ -201,18 +201,14 @@ h1, h2, h3, h4, h5, h6 {
border-radius: 0.375rem;
color: rgb(107, 114, 128);
font-weight: 500;
text-decoration: none;
}
.sidebar__item--active {
.sidebar__item--active, .sidebar__item.active {
background-color: rgb(243, 244, 246);
color: rgb(75, 85, 99);
}
.sidebar__link {
color: inherit;
text-decoration: none;
}
/*@media (prefers-color-scheme: dark) {
.sidebar {
border-color: rgb(75, 85, 99);