From 7cf7cdf9c97b06aee8946b4a4160bc26b62f69fd Mon Sep 17 00:00:00 2001 From: muriukialex Date: Fri, 16 Feb 2024 20:33:17 +0300 Subject: [PATCH] dark & light theme styling improvements --- app/globals.css | 2 +- app/home/page.tsx | 2 +- app/page.tsx | 12 ++++++++++-- components/UI/Divider.tsx | 2 +- components/UI/Lab.tsx | 2 +- components/UI/Loading/LoadingLabs.tsx | 4 ++-- components/UI/Loading/LoadingLogo.tsx | 27 +++++++++++++++++++------- public/aws-restart-logo-light.png | Bin 0 -> 10056 bytes 8 files changed, 36 insertions(+), 15 deletions(-) create mode 100644 public/aws-restart-logo-light.png diff --git a/app/globals.css b/app/globals.css index 753a5fc..b22f97b 100644 --- a/app/globals.css +++ b/app/globals.css @@ -33,7 +33,7 @@ body { } h1 { - @apply mb-4 mt-4 text-2xl font-bold text-gray-500 sm:text-4xl dark:text-white; + @apply mb-4 mt-4 text-2xl font-bold text-gray-900 sm:text-4xl dark:text-white; } h2 { diff --git a/app/home/page.tsx b/app/home/page.tsx index 9379961..c4be139 100644 --- a/app/home/page.tsx +++ b/app/home/page.tsx @@ -40,7 +40,7 @@ const HomePage = () => {