diff --git a/src/App.tsx b/src/App.tsx index ca0d51428..366e2fc5f 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -415,11 +415,6 @@ function App() { -
-
-
-
-
); diff --git a/src/icons/portal_logo_w.svg b/src/icons/portal_logo_w.svg index 13136daaa..d08baec06 100644 --- a/src/icons/portal_logo_w.svg +++ b/src/icons/portal_logo_w.svg @@ -1,18 +1,122 @@ - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + diff --git a/src/muiTheme.js b/src/muiTheme.js index 021bfe803..3c56e091c 100644 --- a/src/muiTheme.js +++ b/src/muiTheme.js @@ -1,5 +1,4 @@ import { createTheme, responsiveFontSizes } from "@material-ui/core"; -import bg from "../src/images/bg.svg"; import SuisseBPIntlBold from "./fonts/SuisseBPIntlBold.woff2"; export const COLORS = { @@ -82,10 +81,7 @@ export const theme = responsiveFontSizes( "@font-face": [suisse], body: { overscrollBehaviorY: "none", - backgroundImage: `url(${bg})`, - backgroundPosition: "top center", - backgroundRepeat: "repeat-y", - backgroundSize: "120%", + backgroundColor: "#000000", }, "*": { scrollbarWidth: "thin",