add very basic styling (#1)

This commit is contained in:
chapoi
2025-02-26 05:03:16 +08:00
committed by GitHub
parent bb70c950cd
commit 2d4011806c
8 changed files with 107 additions and 49 deletions
+21
View File
@@ -1,3 +1,24 @@
.list-controls {
position: sticky;
top: 0;
background: var(--secondary);
z-index: 100;
padding-top: 1.5rem;
max-width: unset;
width: 100%;
.navigation-container {
.category-breadcrumb {
order: 1;
}
}
.combo-box .combo-box-header,
.select-kit.is-expanded .select-kit-body,
.discourse-post-event .discourse-post-event-widget {
background-color: var(--secondary);
border-radius: 6.25rem;
}
}
.nav-pills > li > a:hover,
.nav-pills > li button:hover {
background: transparent;