AV: precise recolor to spec — warm dark backgrounds (#1c1815/#231d18/#26201a/#15110e) + gold #F0A623 / orange #D85A30 accents + warm text (#FBEFE0/#C9BBA8/#8a7e6e). 138 component files + 36 token swaps.
This commit is contained in:
@@ -223,7 +223,7 @@ export default function WPUsersAdminPage() {
|
||||
</thead>
|
||||
<tbody>
|
||||
{filteredUsers.map(u => (
|
||||
<tr key={u.id} className="border-b border-[#1a1a1a] hover:bg-[#151515] transition-colors">
|
||||
<tr key={u.id} className="border-b border-[#231d18] hover:bg-[#151515] transition-colors">
|
||||
<td className="px-4 py-3 text-[#555] font-mono text-xs">{u.wp_id}</td>
|
||||
<td className="px-4 py-3">
|
||||
<span className="text-white font-medium">{u.wp_username}</span>
|
||||
|
||||
Reference in New Issue
Block a user