From 0c9a3f8d91ff762c76a71a9293bf7d92d644827a Mon Sep 17 00:00:00 2001 From: Jamie Hewitt Date: Wed, 5 Oct 2022 16:26:44 +0300 Subject: [PATCH] Updated styling + different colours for each status --- styles/Home.module.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/styles/Home.module.css b/styles/Home.module.css index 1eca517..102b697 100644 --- a/styles/Home.module.css +++ b/styles/Home.module.css @@ -79,14 +79,22 @@ text-align: left; color: inherit; text-decoration: none; - border-radius: 10px; transition: color 0.15s ease, border-color 0.15s ease; max-width: 300px; + min-width: 150px; +} + +.up { + border: 2px solid #5fb359; } .warning { - border: 1px solid #eac146; + border: 2px solid #eac146; +} + +.down { + border: 2px solid #d80606; } .card:hover,