Refactor Stores page to Razor components
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user