diff --git a/assets/css/custom.css b/assets/css/custom.css index 87fcba8..cd61c51 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -437,4 +437,16 @@ .modal-close:hover { color: #fff; +} + +/* Member link specific styling in guilde.php */ +.member-table a { + color: #ffffff !important; + text-decoration: underline !important; + text-underline-offset: 4px; + transition: color 0.2s; +} + +.member-table a:hover { + color: #88c0d0 !important; } \ No newline at end of file diff --git a/assets/pasted-20260316-225809-3f9dace1.png b/assets/pasted-20260316-225809-3f9dace1.png new file mode 100644 index 0000000..daae997 Binary files /dev/null and b/assets/pasted-20260316-225809-3f9dace1.png differ diff --git a/guilde.php b/guilde.php index 8002f95..c6a6b05 100644 --- a/guilde.php +++ b/guilde.php @@ -119,6 +119,7 @@ if ($in_guild) { <?php echo $in_guild ? htmlspecialchars($user_guild_info['guild_name']) : 'Guildes'; ?> - Nexus +