diff --git a/public/background.svg b/public/background.svg index d417433..184ca2f 100644 --- a/public/background.svg +++ b/public/background.svg @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/src/styles/global.css b/src/styles/global.css index 5d3117b..a9a84c0 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -7,6 +7,7 @@ [variant="outlined"] { border: 3px solid rgb(var(--primary)); + background-color: #1b1f26; } body { diff --git a/src/styles/index.css b/src/styles/index.css index 3853d60..c3b3e79 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -1,5 +1,4 @@ section { - width: 100%; max-width: 1000px; display: flex; flex-direction: column;