Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
remove the dark brown kicker
Browse files Browse the repository at this point in the history
  • Loading branch information
XOTlC committed Nov 8, 2023
1 parent 9d22877 commit 8eb432d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import { Routes, Route, BrowserRouter } from "react-router-dom";
import ErrorBoundary from "./ErrorBoundary";
import pages from "./pages";

document.title = "Setup | Blacket";

createRoot(document.getElementById("app")).render(
<BrowserRouter basename="/">
<ErrorBoundary fallback="/">
Expand Down
1 change: 0 additions & 1 deletion src/pages/Home/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export default function Home() {
return (
<>
<Background />
<img src="https://media.discordapp.net/attachments/718141026996584508/1085023721430978609/8zq8io4fe3b.gif?width=321&height=430" />
</>
)
}
2 changes: 1 addition & 1 deletion src/styles/all.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ body {
background-size: 550px;
background-position: -100px -100px;
background-image: url(/content/background.png);
opacity: 0.05;
opacity: 0.075;
transform: translate(-50%, -50%) rotate(15deg);
}

Expand Down

0 comments on commit 8eb432d

Please sign in to comment.