From e2f739c9e19f57b72b599eaf5bfc10265e62ddb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Sun, 7 Sep 2025 15:22:18 +0200 Subject: feat(style): change tag to now --- scss/tag.scss | 6 ------ 1 file changed, 6 deletions(-) (limited to 'scss/tag.scss') diff --git a/scss/tag.scss b/scss/tag.scss index 5134f27..10fc161 100644 --- a/scss/tag.scss +++ b/scss/tag.scss @@ -37,10 +37,4 @@ display: block; } } - &:hover { - background: var(--tag-hover); - & h4 { - font-weight: bold; - } - } } -- cgit v1.2.3 From 36963a2839b33121de235c5e16743e508a52b9ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Sun, 7 Sep 2025 15:32:45 +0200 Subject: feat(now): modify how links are handled --- scss/tag.scss | 1 - 1 file changed, 1 deletion(-) (limited to 'scss/tag.scss') diff --git a/scss/tag.scss b/scss/tag.scss index 10fc161..a604380 100644 --- a/scss/tag.scss +++ b/scss/tag.scss @@ -22,7 +22,6 @@ } .tag { - cursor: pointer; padding: 0.5rem; margin: -0.5rem; border-radius: 8px; -- cgit v1.2.3 From 26d21b4fa9c703a84b34ceabc13d0d5e19c90e98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Sun, 7 Sep 2025 16:48:17 +0200 Subject: feat(404): better handle --- scss/tag.scss | 1 - 1 file changed, 1 deletion(-) (limited to 'scss/tag.scss') diff --git a/scss/tag.scss b/scss/tag.scss index a604380..516ecdb 100644 --- a/scss/tag.scss +++ b/scss/tag.scss @@ -17,7 +17,6 @@ } & p { display: block; - margin-top: 0.5rem; } } -- cgit v1.2.3