From fa4214283159103a78369180d1a77186e35a0352 Mon Sep 17 00:00:00 2001 From: Parwathi-Jayaram Date: Fri, 11 Oct 2024 19:57:24 +0530 Subject: [PATCH] Update style.css It will improve the color scheme of bmi calculator --- style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 2c66587..c8ce6a8 100644 --- a/style.css +++ b/style.css @@ -578,7 +578,7 @@ nav { .bmi__header{ font-size: 1.2rem; font-weight: 600; - color: var(--text-dark); + color: var(--primary-color); } .bmi__container span{ @@ -616,10 +616,12 @@ nav { url("assets/banner-2.png"); } .bmi__container input{ - outline: none; + outline-style:solid; + outline-color:var(--primary-color); + outline-width:10px; } .bmi__container .btn{ - color:whitesmoke; + color: var(--primary-color); background-color: #5b5757; }