Fix admin badge: black bg + yellow border for visibility on dark header

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Vadym Samoilenko 2026-03-02 20:46:35 +00:00
parent c7ea114fcf
commit d62e40ef44

View file

@ -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;