feat: add admin CLI, SEO meta tags, security headers, and production Makefile targets
This commit is contained in:
@@ -58,6 +58,12 @@
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.feed-category[data-topic="devlog"] .dot { background: var(--topic-devlog); }
|
||||
.feed-category[data-topic="showcase"] .dot { background: var(--topic-showcase); }
|
||||
.feed-category[data-topic="question"] .dot { background: var(--topic-question); }
|
||||
.feed-category[data-topic="rant"] .dot { background: var(--topic-rant); }
|
||||
.feed-category[data-topic="fun"] .dot { background: var(--topic-fun); }
|
||||
|
||||
.feed-nav {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user