From 7f2df4b08ea1313cc74027741f20bbb984ece30d Mon Sep 17 00:00:00 2001 From: ilham_gmail Date: Thu, 4 Jun 2026 22:25:17 +0700 Subject: [PATCH] Fix hover behavior on divisi kepengurusan section and color in himpunan (HMIF) --- assets/global/localization.js | 4 +-- groups/LimaEm/index.html | 47 +++++++++++++++++++---------------- package-lock.json | 1 - 3 files changed, 28 insertions(+), 24 deletions(-) diff --git a/assets/global/localization.js b/assets/global/localization.js index 15cebf4..f1252f4 100644 --- a/assets/global/localization.js +++ b/assets/global/localization.js @@ -571,7 +571,7 @@ const translations = { kontrib_guideline_5: "Tim redaksi berhak menyunting konten untuk keperluan editorial.", grp_limaem_hero_badge: "KOMUNITAS & KEPEMIMPINAN", - grp_limaem_hero_title: "Kehidupan Mahasiswa & Himpunan (HMIF)", + grp_limaem_hero_title: "Kehidupan Mahasiswa & Himpunan (HMIF)", grp_limaem_hero_desc: "Membangun ekosistem kolaboratif di mana teknologi bertemu dengan kreativitas, membentuk calon pemimpin industri masa depan.", grp_limaem_hero_btn: "Lihat Struktur Kepengurusan", @@ -1207,7 +1207,7 @@ const translations = { kontrib_guideline_5: "The editorial team reserves the right to edit content for editorial purposes.", grp_limaem_hero_badge: "COMMUNITY & LEADERSHIP", - grp_limaem_hero_title: "Student Life & Student Association (HMIF)", + grp_limaem_hero_title: "Student Life & Student Association (HMIF)", grp_limaem_hero_desc: "Building a collaborative ecosystem where technology meets creativity, shaping the industry leaders of tomorrow.", grp_limaem_hero_btn: "View Organizational Structure", diff --git a/groups/LimaEm/index.html b/groups/LimaEm/index.html index 34d7f97..2d5cc4f 100644 --- a/groups/LimaEm/index.html +++ b/groups/LimaEm/index.html @@ -310,6 +310,11 @@ height: 500px !important; } } + + /* Fix: title divisi berubah kuning saat hover */ + #divisi .group:hover h3 { + color: #f5c82f !important; + } @@ -1190,7 +1195,7 @@ COMMUNITY & LEADERSHIP -

+

Kehidupan Mahasiswa & Himpunan (HMIF)

@@ -1420,7 +1425,7 @@
-
+
Bidang 1 @@ -1439,7 +1444,7 @@
-
+
Bidang 2 @@ -1457,7 +1462,7 @@
-
+
Bidang 3 @@ -1476,7 +1481,7 @@
-
+
Bidang 4 @@ -1495,7 +1500,7 @@
-
+
Bidang 5 @@ -1513,7 +1518,7 @@
-
+
Bidang 6 @@ -1667,7 +1672,7 @@
- UPC 2025
@@ -1691,7 +1696,7 @@
- Ultah Informatika
@@ -1861,22 +1866,22 @@ - UPC V + UPC V
@@ -1886,19 +1891,19 @@
@@ -1908,19 +1913,19 @@
diff --git a/package-lock.json b/package-lock.json index a16578c..43e70d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -917,7 +917,6 @@ "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==", "dev": true, "license": "MIT", - "peer": true, "engines": { "node": ">=12" },