From f4dfefb227231338095d53021c20120acb4ad909 Mon Sep 17 00:00:00 2001 From: tubone24 Date: Sun, 24 Apr 2022 20:11:02 +0900 Subject: [PATCH] contrast --- src/components/Card/index.tsx | 4 +++- src/templates/index.tsx | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/Card/index.tsx b/src/components/Card/index.tsx index 335bf73b1e..941959d274 100644 --- a/src/components/Card/index.tsx +++ b/src/components/Card/index.tsx @@ -85,7 +85,9 @@ const Card = ({

{title}

{description}

- ....Read more.... + + ....Read more.... + diff --git a/src/templates/index.tsx b/src/templates/index.tsx index 459d2c0548..368973b1d1 100644 --- a/src/templates/index.tsx +++ b/src/templates/index.tsx @@ -36,8 +36,8 @@ const NavLink = ({ } return ( - - + + ); };