style: tone down category tag bg in light mode
Replace surface-100 (#f2e5bc) with a barely-there warm tint (#f5f3e8) and soften the border (#e6e0cc) so tags read as just slightly darker than the page background. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -398,7 +398,7 @@
|
|||||||
|
|
||||||
/* Category tags (post metadata pills) */
|
/* Category tags (post metadata pills) */
|
||||||
.p-category {
|
.p-category {
|
||||||
@apply inline-block px-3 py-1.5 text-xs bg-surface-100 dark:bg-surface-800 text-surface-700 dark:text-surface-200 rounded border border-surface-200 dark:border-surface-700 hover:border-accent-400 dark:hover:border-accent-600 transition-colors;
|
@apply inline-block px-3 py-1.5 text-xs bg-[#f5f3e8] dark:bg-surface-800 text-surface-700 dark:text-surface-200 rounded border border-[#e6e0cc] dark:border-surface-700 hover:border-accent-400 dark:hover:border-accent-600 transition-colors;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Inline hashtags in post content — styled as subtle links, not pills */
|
/* Inline hashtags in post content — styled as subtle links, not pills */
|
||||||
|
|||||||
Reference in New Issue
Block a user