From e09e312fbf610583d77f5d2af44d3e05ee07d9fd Mon Sep 17 00:00:00 2001 From: Gana016 <jayam.ganapathi12@gmail.com> Date: Wed, 3 Mar 2021 22:28:10 +0530 Subject: [PATCH] colour change --- digital-course-file/src/App.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/digital-course-file/src/App.css b/digital-course-file/src/App.css index fb62d45..67d9866 100644 --- a/digital-course-file/src/App.css +++ b/digital-course-file/src/App.css @@ -1,5 +1,5 @@ body { - background: #343a40; + background: #ffffff; } * { box-sizing: border-box; @@ -8,7 +8,7 @@ body { font-family: 'Nunito', sans-serif; } -.logoutbutton{ +.logoutbutton { border: none; outline: none; width: 100%; -- GitLab