diff --git a/src/components/ArticleCard.astro b/src/components/ArticleCard.astro index 356628f..b9e6bbf 100644 --- a/src/components/ArticleCard.astro +++ b/src/components/ArticleCard.astro @@ -13,11 +13,11 @@ const {title, image, createdAt, url, tags, isFirst} = Astro.props;
-

{title}

+

{title}

-

+

{createdAt.slice(0, 10).replaceAll("-", "/")}

@@ -63,11 +63,6 @@ const {title, image, createdAt, url, tags, isFirst} = Astro.props; overflow: clip; border-radius: 0.5rem; } - - h2:hover { - color: #67b7b2; - } - .tag { color: #585a63; } diff --git a/src/components/Header.astro b/src/components/Header.astro index 50544ee..a18387a 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -1,10 +1,12 @@ -
- blog.0maru.dev -