colros update

This commit is contained in:
IGNY8 VPS (Salman)
2026-01-24 14:15:31 +00:00
parent 4a200822bb
commit 7b022f3a06
11 changed files with 11 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.png" /> <link rel="icon" type="image/png" href="/Favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head> </head>
<body class="dark:bg-gray-900"> <body class="dark:bg-gray-900">

View File

@@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png" /> <link rel="icon" type="image/png" href="/Favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Igny8 · AI Growth Engine</title> <title>Igny8 · AI Growth Engine</title>
</head> </head>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 252 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 320 KiB

After

Width:  |  Height:  |  Size: 394 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 KiB

After

Width:  |  Height:  |  Size: 152 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 248 KiB

After

Width:  |  Height:  |  Size: 323 KiB

View File

@@ -434,7 +434,7 @@ const AppSidebar: React.FC = () => {
/> />
<img <img
className="hidden dark:block" className="hidden dark:block"
src="/images/logo/logo-dark.svg" src="/images/logo/IGNY8_DARK_LOGO.png"
alt="Logo" alt="Logo"
width={113} width={113}
height={30} height={30}

View File

@@ -69,14 +69,20 @@
--color-purple: #6366F1; --color-purple: #6366F1;
--color-gray-base: #475569; --color-gray-base: #475569;
*/ */
--color-primary: #1c86d1;
--color-success: #3fcd9f;
--color-warning: #f87f4c;
--color-danger: #ff656f;
--color-purple: #18b2c4;
--color-gray-base: #243249;
/*
--color-primary: #3B82F6; --color-primary: #3B82F6;
--color-success: #10B981; --color-success: #10B981;
--color-warning: #F59E0B; --color-warning: #F59E0B;
--color-danger: #DC2626; --color-danger: #DC2626;
--color-purple: #F63B82; --color-purple: #F63B82;
--color-gray-base: #30425d; --color-gray-base: #30425d;
*/
/* =================================================================== /* ===================================================================
DERIVED COLORS - All computed from the 6 primaries above DERIVED COLORS - All computed from the 6 primaries above