From de620ec09dc964e9713a1579647f9bf90b2eae6a Mon Sep 17 00:00:00 2001
From: Mathias Wagner <germannewsmaker@gmail.com>
Date: Mon, 12 Sep 2022 21:20:18 +0200
Subject: [PATCH] Fixed the styling in the about us page

---
 src/pages/AboutUs/styles.sass | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/pages/AboutUs/styles.sass b/src/pages/AboutUs/styles.sass
index 8f1bb3d..cf7160e 100644
--- a/src/pages/AboutUs/styles.sass
+++ b/src/pages/AboutUs/styles.sass
@@ -1,7 +1,10 @@
+@import "@/common/styles/colors"
+
 .team-title
   margin-top: 5%
   font-size: 48pt
   text-align: center
+  color: $white
 
 .about-us
   display: flex