diff --git a/src/app/admin/photos/page.tsx b/src/app/admin/photos/page.tsx index 618e9996..d781ac01 100644 --- a/src/app/admin/photos/page.tsx +++ b/src/app/admin/photos/page.tsx @@ -38,7 +38,7 @@ export default async function AdminPhotosPage({ return ( +
{ diff --git a/src/components/InfoBlock.tsx b/src/components/InfoBlock.tsx index 6f17a363..c5014529 100644 --- a/src/components/InfoBlock.tsx +++ b/src/components/InfoBlock.tsx @@ -22,10 +22,10 @@ export default function InfoBlock({ 'dark:bg-gray-900/40 dark:border-gray-800', ]; case 'blue': return [ - 'text-gray-700/70', - 'dark:text-gray-300/75', - 'bg-blue-50 border-blue-200', - 'dark:bg-blue-900/25 dark:border-blue-800/35', + 'text-gray-700/80', + 'dark:text-gray-300/60', + 'bg-blue-50/50 border-blue-200', + 'dark:bg-blue-950/30 dark:border-blue-700/45', ]; } };