From 2206f0f5c3718de11fcfbc5fca75b20acfc5cfa9 Mon Sep 17 00:00:00 2001 From: Sourabh782 Date: Sun, 6 Oct 2024 08:25:08 +0530 Subject: [PATCH] Improved font visiblity --- src/app/globals.css | 8 ++++---- src/components/ui/Card.module.css | 2 +- src/components/ui/sectionCard.module.css | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 5447c0c..a483243 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -5,8 +5,8 @@ /*"Roboto Mono", "Oxygen Mono", "Ubuntu Monospace", "Source Code Pro",*/ /*"Fira Mono", "Droid Sans Mono", "Courier New", monospace;*/ - --black: #3B3D41; - --grey: #A0A5AC; + --black: #191919; + --grey: #6a6b6c; --line-grey: #E1E4E8; --slate-black: #667085; --mist-grey: #F2F2F2; @@ -65,9 +65,9 @@ button, [role="button"] { p{ font-family: --myCustomFont,"system-ui", "-apple-system", "BlinkMacSystemFont",sans-serif; - font-size: 14px; + font-size: 15px; font-style: normal; - font-weight: 300; + font-weight: 400; letter-spacing: 1px; color: var(--grey); text-decoration: none; diff --git a/src/components/ui/Card.module.css b/src/components/ui/Card.module.css index e0e19de..72a976b 100644 --- a/src/components/ui/Card.module.css +++ b/src/components/ui/Card.module.css @@ -19,7 +19,7 @@ } .description{ margin-top: 1rem; - font-size: 13px; + font-size: 14px; color: var(--black); overflow: hidden; height: 9em; diff --git a/src/components/ui/sectionCard.module.css b/src/components/ui/sectionCard.module.css index a0f2a80..dd1780a 100644 --- a/src/components/ui/sectionCard.module.css +++ b/src/components/ui/sectionCard.module.css @@ -51,7 +51,7 @@ } .description{ margin-top: 1rem; - font-size: 13px; + font-size: 14px; color: var(--black); overflow: hidden; height: 9em;