diff --git a/index.html b/index.html
index f817fe7..7163b6a 100644
--- a/index.html
+++ b/index.html
@@ -322,7 +322,7 @@
Private Services
-
+
📈
Netdata
@@ -354,7 +354,7 @@
-
+
🖼️
Immich
@@ -370,7 +370,7 @@
-
+
🐳
Portainer
@@ -386,7 +386,7 @@
-
+
🛡️
Pi-hole
diff --git a/styles.css b/styles.css
index 6155eb3..9ad2b22 100644
--- a/styles.css
+++ b/styles.css
@@ -1754,7 +1754,7 @@ body {
color: #ef4444;
}
-/* Public Service Styling */
+/* Public Service Styling (Green) */
.service-card.public {
border-color: rgba(34, 197, 94, 0.2);
}
@@ -1764,29 +1764,16 @@ body {
box-shadow: 0 8px 32px rgba(34, 197, 94, 0.1);
}
-/* Private Service Styling */
-.service-card.private-service {
+/* Private Service Styling (Red) */
+.service-card.private {
border-color: rgba(239, 68, 68, 0.2);
- cursor: pointer;
- display: block;
- z-index: 1;
}
-.service-card.private-service a {
- position: relative;
- z-index: 10;
-}
-
-.service-card.private-service:hover {
+.service-card.private:hover {
border-color: rgba(239, 68, 68, 0.5);
box-shadow: 0 8px 32px rgba(239, 68, 68, 0.1);
}
-.service-card.private-service .service-arrow svg {
- width: 20px;
- height: 20px;
-}
-
/* ========================================
Skills Section