more changes

This commit is contained in:
Jordan Vidrine
2025-02-27 15:23:42 -06:00
parent 4b188950e1
commit 2f2d1b8607
10 changed files with 215 additions and 43 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
.list-controls {
position: sticky;
top: var(--header-offset);
background: var(--secondary);
background: #ffffff;
z-index: 100;
padding: 1.5rem 0 1rem 0;
max-width: unset;
@@ -14,8 +14,8 @@
.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;
background-color: #ffffff;
border-radius: var(--d-border-radius);
}
}
.nav-pills > li > a:hover,