From fa66c7b09803c77b2e78623c414cfb17563d12d4 Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 9 Sep 2024 04:15:52 +0000 Subject: [PATCH] Add some colour to make it fancy --- src/Countdown.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Countdown.css b/src/Countdown.css index 3235988..2833ba0 100644 --- a/src/Countdown.css +++ b/src/Countdown.css @@ -6,7 +6,7 @@ justify-content: center; min-height: 100vh; /* Full viewport height */ width: 100vw; /* Full viewport width */ - background-color: #282c34; + background: radial-gradient(circle at center, #ff9866, #ff5f62); color: white; font-family: 'Roboto', sans-serif; text-align: center;