diff --git a/src/components/HomepageTeam/styles.module.css b/src/components/HomepageTeam/styles.module.css
index 7b233dc8d6cf6d7ca06cde6ff4b88ba0e1cfeda5..a49723802634ecf7507387badc3c78e62baa034e 100644
--- a/src/components/HomepageTeam/styles.module.css
+++ b/src/components/HomepageTeam/styles.module.css
@@ -2,7 +2,6 @@
   display: flex;
   align-items: center;
   padding: 2rem 0;
-
   width: 100%;
 }
 
@@ -11,6 +10,8 @@
   width: 200px;
   border-radius: 50%;
   margin-bottom: 1rem;
+  border: 6px solid var(--ifm-color-primary);
+  background-color: var(--alterning-bkg);
 }
 
 .featureElement {
diff --git a/src/css/custom.css b/src/css/custom.css
index 05d27604f2b9f6426b7458bb788110a112c29b56..0eceb54616e03303e72ac16a372c660b5e2c8ed3 100644
--- a/src/css/custom.css
+++ b/src/css/custom.css
@@ -121,7 +121,7 @@ section:nth-child(even) {
 }
 
 .team .feature:nth-child(4n+1) img {
-  background-color: var(--ifm-pastel-success)
+  border: 6px solid var(--ifm-color-success);
 }
 
 .team .feature:nth-child(4n+1) h3 {
@@ -129,7 +129,7 @@ section:nth-child(even) {
 }
 
 .team .feature:nth-child(4n+2) img {
-  background-color: var(--ifm-pastel-info);
+  border: 6px solid var(--ifm-color-info);
 }
 
 .team .feature:nth-child(4n+2) h3 {
@@ -137,7 +137,7 @@ section:nth-child(even) {
 }
 
 .team .feature:nth-child(4n+3) img, .team .feature:nth-child(4n+4) img {
-  background-color: var(--ifm-pastel-highlight);
+  border: 6px solid var(--ifm-color-highlight);
 }
 
 .team .feature:nth-child(4n+3) h3, .team .feature:nth-child(4n+4) h3 {