diff --git a/src/App.css b/src/App.css index 5a9df6e..7054a75 100644 --- a/src/App.css +++ b/src/App.css @@ -7,5 +7,6 @@ .App-body { flex-grow: 1; overflow: auto; - background: linear-gradient(to right, #330d38 0%, #190d36 100%); + /*background: linear-gradient(to right, #330d38 0%, #190d36 100%);*/ + background: linear-gradient(135deg, #2E22AC 0%, #E54C9C 100%); } \ No newline at end of file diff --git a/src/components/Menu.js b/src/components/Menu.js index 18e9a09..8c79451 100644 --- a/src/components/Menu.js +++ b/src/components/Menu.js @@ -5,7 +5,7 @@ * https://svg2jsx.com/ */ -import {ReactComponent as DownloadIcon} from '../images/cloud-download.svg'; +//import {ReactComponent as DownloadIcon} from '../images/cloud-download.svg'; import {ReactComponent as CloudIcon} from '../images/cloud.svg'; import {ReactComponent as Arrow} from '../images/arrow.svg'; import LogoText from './LogoText'; @@ -19,10 +19,6 @@ function Menu() {
- - - - @@ -31,8 +27,8 @@ function Menu() {