summaryrefslogtreecommitdiff
path: root/themes/modern-dark.css
diff options
context:
space:
mode:
authorHimanshu Sardana <himanshusardana2005@gmail.com>2026-03-17 16:34:36 +0000
committerHimanshu Sardana <himanshusardana2005@gmail.com>2026-03-17 16:34:36 +0000
commitbaa8bfce6fc98abc0d1b22633aeb9b7604685e95 (patch)
tree06d55bd58ae77491ae1712d86c44994ce42b17cb /themes/modern-dark.css
parente6ff2a774f52f9583c78d9cd8f98de12b3a82c7d (diff)
feat: new themes
Diffstat (limited to 'themes/modern-dark.css')
-rw-r--r--themes/modern-dark.css23
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;