From fb314c1faf7aa03b6e170fbc68f2add0caa2f363 Mon Sep 17 00:00:00 2001 From: kshitizkk7 <84579841+kshitizkk7@users.noreply.github.com> Date: Fri, 22 Oct 2021 19:58:37 +0530 Subject: [PATCH] Update style.css changed the backgroundcolor --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 1d8b92c..3995f5f 100644 --- a/style.css +++ b/style.css @@ -32,12 +32,12 @@ body { cursor: pointer; outline: none; margin-top: 1em; - text-transform: uppercase; + text-transform: lowercase; font-weight: small; } .btn-primary { - color: #fff; + color: #ffff; background: #16a083; } @@ -59,7 +59,7 @@ body { box-shadow: 0px 5px 10px 0px #aaa; position: fixed; width: 100%; - background: #fff; + background: #ffff; color: #000; opacity: 0.85; height: 50px;