diff options
Diffstat (limited to 'themes/modern-dark.css')
| -rw-r--r-- | themes/modern-dark.css | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/themes/modern-dark.css b/themes/modern-dark.css index be8d4f6..645652d 100644 --- a/themes/modern-dark.css +++ b/themes/modern-dark.css @@ -373,29 +373,6 @@ aside strong, margin-bottom: 0.4rem; } -/* ─── Tags / Badges ─────────────────────────────────────── */ -.tag { - display: inline-block; - font-family: var(--mono); - font-size: 0.65rem; - letter-spacing: 0.1em; - text-transform: uppercase; - padding: 0.25rem 0.6rem; - border: 1px solid var(--border); - border-radius: 2px; - color: var(--text-dim); - margin-right: 0.4rem; - text-decoration: none; - border-bottom: none; - transition: all var(--transition); -} - -.tag:hover { - border-color: var(--accent); - color: var(--accent); - background: var(--accent-dim); -} - /* ─── Navigation ───────────────────────────────────────── */ nav { display: flex; |
