diff --git a/css/tailwind.css b/css/tailwind.css index fe7d4b4..8b34c53 100644 --- a/css/tailwind.css +++ b/css/tailwind.css @@ -332,7 +332,7 @@ /* Category tags (post metadata pills) */ .p-category { - @apply inline-block px-2 py-0.5 text-xs bg-surface-100 dark:bg-surface-800 text-surface-600 dark:text-surface-300 rounded border border-surface-200 dark:border-surface-700 hover:border-surface-400 dark:hover:border-surface-500 transition-colors; + @apply inline-block px-2 py-0.5 text-xs bg-surface-100 dark:bg-surface-800 text-surface-600 dark:text-surface-300 rounded border border-surface-200 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 */ @@ -358,7 +358,7 @@ /* GitHub components */ .repo-card { - @apply p-4 border border-surface-200 dark:border-surface-700 rounded-lg; + @apply p-4 border border-surface-200 dark:border-surface-700 rounded-lg shadow-sm; } .repo-meta { @@ -391,11 +391,11 @@ /* Widget cards */ .widget { - @apply p-4 mb-4 bg-surface-50 dark:bg-surface-800 rounded-lg border border-surface-200 dark:border-surface-700 shadow-sm overflow-hidden; + @apply p-4 bg-surface-50 dark:bg-surface-800 rounded-lg border border-surface-200 dark:border-surface-700 shadow-sm overflow-hidden; } .widget-title { - @apply font-bold text-lg mb-4; + @apply font-semibold text-lg mb-4; } /* Collapsible widget wrapper */ @@ -495,17 +495,6 @@ } } -/* Focus states */ -@layer base { - a:focus-visible, - button:focus-visible, - input:focus-visible, - textarea:focus-visible, - select:focus-visible { - @apply outline-2 outline-offset-2 outline-accent-500; - } -} - /* Active states — subtle press feedback on buttons */ @layer base { button:active:not(:disabled), @@ -548,7 +537,7 @@ } .fab-menu-item { - @apply flex items-center gap-3 px-4 py-3 rounded-xl bg-surface-50 dark:bg-surface-800 shadow-md hover:shadow-lg border border-surface-200 dark:border-surface-700 text-surface-700 dark:text-surface-200 hover:text-accent-600 dark:hover:text-accent-400 no-underline transition-all duration-150 text-sm font-medium; + @apply flex items-center gap-3 px-4 py-3 rounded-lg bg-surface-50 dark:bg-surface-800 shadow-sm border border-surface-200 dark:border-surface-700 text-surface-700 dark:text-surface-200 hover:text-accent-600 dark:hover:text-accent-400 no-underline transition-all duration-150 text-sm font-medium; } .fab-menu-divider { @@ -568,13 +557,6 @@ } } -/* Dates — monospace for technical texture (system.md: every