mirror of
https://github.com/dergigi/boris.git
synced 2025-12-24 10:04:19 +01:00
style: remove background color from explore scope filter buttons
Remove background color from .highlight-level-toggles bar in /explore page. The visibility filter buttons (nostrverse, friends, mine) now have no background, making the UI cleaner.
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
.highlight-mode-toggle .mode-btn.active { background: var(--color-primary); color: rgb(255 255 255); /* white */ }
|
||||
|
||||
/* Three-level highlight toggles */
|
||||
.highlight-level-toggles { display: flex; gap: 0.25rem; padding: 0.25rem; background: rgba(255, 255, 255, 0.05); border-radius: 4px; }
|
||||
.highlight-level-toggles { display: flex; gap: 0.25rem; padding: 0.25rem; border-radius: 4px; }
|
||||
|
||||
.highlights-loading,
|
||||
.highlights-empty { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 2rem 1rem; color: var(--color-text-secondary); text-align: center; gap: 0.5rem; }
|
||||
|
||||
Reference in New Issue
Block a user