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:
parent
c7ea114fcf
commit
d62e40ef44
1 changed files with 3 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue