From cf76432d4821481c19278b488efd84b4df26525b Mon Sep 17 00:00:00 2001 From: Galen Guyer Date: Sat, 14 Nov 2020 19:10:56 -0500 Subject: make buttons better buttons change their background and text color on hover now to make their purpose more clear, and the Link element covers the whole button now. Thanks for the suggestions Tessa! --- src/Card.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/Card.js') diff --git a/src/Card.js b/src/Card.js index 626cec0..86ee54d 100644 --- a/src/Card.js +++ b/src/Card.js @@ -8,21 +8,21 @@ const Card = (props) => { diff = "+" + diff.toString(); } return ( -
- + +

- + {props.latest} {props.suffix}{" "} - + ({diff} {props.suffix})

-

{props.name}

- +

{props.name}

+ ); }; -- cgit v1.2.3