diff --git a/public/favicon.ico b/public/favicon.ico index a11777c..0d01130 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/index.html b/public/index.html index e65acb3..4c01a13 100644 --- a/public/index.html +++ b/public/index.html @@ -10,34 +10,11 @@ content="Web site created using create-react-app" /> - - - React App + carsonSgit
- diff --git a/public/logo192.png b/public/logo192.png deleted file mode 100644 index fc44b0a..0000000 Binary files a/public/logo192.png and /dev/null differ diff --git a/public/logo192.webp b/public/logo192.webp new file mode 100644 index 0000000..ff8cb1e Binary files /dev/null and b/public/logo192.webp differ diff --git a/public/logo512.png b/public/logo512.png deleted file mode 100644 index a4e47a6..0000000 Binary files a/public/logo512.png and /dev/null differ diff --git a/public/logo512.webp b/public/logo512.webp new file mode 100644 index 0000000..0172356 Binary files /dev/null and b/public/logo512.webp differ diff --git a/public/manifest.json b/public/manifest.json index 080d6c7..67c0500 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "React App", - "name": "Create React App Sample", + "short_name": "carsonSgit Portfolio", + "name": "carsonSgit Portfolio", "icons": [ { "src": "favicon.ico", @@ -20,6 +20,8 @@ ], "start_url": ".", "display": "standalone", - "theme_color": "#000000", - "background_color": "#ffffff" + "theme_color": "#1c5722", + "background_color": "#23272b", + "description": "Welcome to my personal portfolio!", + "lang": "en-US" } diff --git a/src/App.scss b/src/App.scss index a3f548a..64b4f4d 100644 --- a/src/App.scss +++ b/src/App.scss @@ -24,3 +24,8 @@ body { ::-webkit-scrollbar-thumb:hover { background-color: $scrollbar-thumb-hover-color; } + +::selection { + color:rgb(106, 222, 170); + background-color: #c7f2ea4d; +} \ No newline at end of file diff --git a/src/Components/Home/Hero/Hero.scss b/src/Components/Home/Hero/Hero.scss index 4ff52a6..1bc956c 100644 --- a/src/Components/Home/Hero/Hero.scss +++ b/src/Components/Home/Hero/Hero.scss @@ -13,6 +13,7 @@ $font-color: #a2aa94; flex-direction: column; height: 100vh; color: $text-color; + margin-top:80px; margin-bottom: -100px; overflow: hidden;