From 8fad774941befd3499cc5435e17ca446f096f364 Mon Sep 17 00:00:00 2001 From: nishanth Date: Wed, 11 Aug 2021 23:13:58 +0530 Subject: [PATCH] some init msg --- src/components/NavBar.js | 2 ++ src/index.css | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/src/components/NavBar.js b/src/components/NavBar.js index fa1710a..c604a08 100644 --- a/src/components/NavBar.js +++ b/src/components/NavBar.js @@ -40,6 +40,7 @@ const styles = makeStyles({ function NavBar() { const classes = styles() return ( +
@@ -60,6 +61,7 @@ function NavBar() { +
) } diff --git a/src/index.css b/src/index.css index ec2585e..fe439b0 100644 --- a/src/index.css +++ b/src/index.css @@ -5,9 +5,15 @@ body { sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; + background-color: #5d4257; + background-image: linear-gradient(315deg, #5d4257 0%, #a5c7b7 74%); } code { font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace; } +.classes.bar{ + background-color: #f2cf43; +background-image: linear-gradient(315deg, #f2cf43 0%, #19a186 74%); +} \ No newline at end of file