From baa8bfce6fc98abc0d1b22633aeb9b7604685e95 Mon Sep 17 00:00:00 2001 From: Himanshu Sardana Date: Tue, 17 Mar 2026 16:34:36 +0000 Subject: feat: new themes --- themes/modern-dark.css | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'themes/modern-dark.css') 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; -- cgit v1.3.1