summaryrefslogtreecommitdiff
path: root/themes/modern-light.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-light.css
parente6ff2a774f52f9583c78d9cd8f98de12b3a82c7d (diff)
feat: new themes
Diffstat (limited to 'themes/modern-light.css')
-rw-r--r--themes/modern-light.css22
1 files changed, 0 insertions, 22 deletions
diff --git a/themes/modern-light.css b/themes/modern-light.css
index 0423a58..7752929 100644
--- a/themes/modern-light.css
+++ b/themes/modern-light.css
@@ -328,28 +328,6 @@ aside strong,
margin-bottom: 0.35rem;
}
-/* ─── Tags ───────────────────────────────────────────────── */
-.tag {
- display: inline-block;
- font-family: var(--mono);
- font-size: 0.65rem;
- letter-spacing: 0.08em;
- text-transform: uppercase;
- padding: 0.22rem 0.55rem;
- border: 1px solid var(--border);
- border-radius: 2px;
- color: var(--text-dim);
- margin-right: 0.35rem;
- text-decoration: none;
- transition: all var(--transition);
-}
-
-.tag:hover {
- background: var(--text);
- color: var(--bg);
- border-color: var(--text);
-}
-
/* ─── Navigation ─────────────────────────────────────────── */
nav {
display: flex;