diff --git a/_pages/group.html b/_pages/group.html
index 2b03c99..956b6f2 100644
--- a/_pages/group.html
+++ b/_pages/group.html
@@ -66,7 +66,7 @@
}
.social-icons a:hover {
- color: #007bff; /* Highlight color on hover */
+ color: var(--theme-color);
}
.phd-color {
@@ -84,7 +84,7 @@
}
.card-body {
- border-top: 3x solid var(--theme-color);
+ border-top: 3px solid var(--theme-color);
z-index: 3; /* Ensure text stays on top */
padding: 8px;
display: flex;