diff --git a/frontend/src/App.css b/frontend/src/App.css
index 50d9c2e..1c6eec0 100644
--- a/frontend/src/App.css
+++ b/frontend/src/App.css
@@ -12,8 +12,7 @@
}
.home,
-.about,
-.sign-up {
+.about {
display: flex;
height: 90vh;
align-items: center;
@@ -35,6 +34,7 @@
align-content: center;
align-items: center;
background-color: var(--secondary);
+ color: var(--primary);
}
.sitePage h1 {
font-size: 80px;
diff --git a/frontend/src/Footer.js b/frontend/src/Footer.js
index 8ec20ac..67b876a 100644
--- a/frontend/src/Footer.js
+++ b/frontend/src/Footer.js
@@ -10,7 +10,7 @@ function Footer() {
Informationen
- Hintergrund
+ Hintergrund
Wie funktioniert das?
diff --git a/frontend/src/components/.Navbar.js.swl b/frontend/src/components/.Navbar.js.swl
deleted file mode 100644
index 3766075..0000000
Binary files a/frontend/src/components/.Navbar.js.swl and /dev/null differ
diff --git a/frontend/src/components/.Navbar.js.swn b/frontend/src/components/.Navbar.js.swn
deleted file mode 100644
index f928a6d..0000000
Binary files a/frontend/src/components/.Navbar.js.swn and /dev/null differ
diff --git a/frontend/src/components/Navbar.js b/frontend/src/components/Navbar.js
index 3f47866..935203f 100644
--- a/frontend/src/components/Navbar.js
+++ b/frontend/src/components/Navbar.js
@@ -48,7 +48,7 @@ function Navbar() {
@@ -57,7 +57,7 @@ function Navbar() {
diff --git a/frontend/src/components/pages/Ueber.js b/frontend/src/components/pages/Ueber.js
index fc18703..13bd90e 100644
--- a/frontend/src/components/pages/Ueber.js
+++ b/frontend/src/components/pages/Ueber.js
@@ -5,7 +5,9 @@ import Footer from "../../Footer";
export default function Ueber() {
return (
<>
- Über das Projekt
+
+
Über das Projekt
+
>
);