diff --git a/header.php b/header.php index b319227..c838cdc 100644 --- a/header.php +++ b/header.php @@ -49,8 +49,9 @@ $userRole = $user['role'] ?? 'user'; .role-badge { display: inline-block; padding: 2px 10px; - background: #FFC407; - color: #000; + background: #000; + color: #FFC407 !important; + border: 1px solid #FFC407; border-radius: 12px; font-size: 11px; font-weight: 700;