diff --git a/README.md b/README.md index b5e8f35..a99e607 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Akaryakıt istasyonu için geliştirilmiş modern ve kullanıcı dostu yönetim - **Renk Şeması**: - Ana Renk: #2c3e50 (Butonlar) - - Pasif Renk: #F2F3F7 (Pasif butonlar) + - Pasif Renk: #FAFAFA (Pasif butonlar) - Arka Plan: #FFFFFF - Kart Çerçevesi: #F7F7F7 diff --git a/src/app.css b/src/app.css index d6d2ec6..98ed929 100644 --- a/src/app.css +++ b/src/app.css @@ -1,7 +1,7 @@ /* Tailwind benzeri stil sistemi */ :root { --primary-color: #2c3e50; - --inactive-color: #F2F3F7; + --inactive-color: #FAFAFA; --background-color: #FFFFFF; --card-border-color: #c9c8cb; --text-color: #1F2937; @@ -136,7 +136,7 @@ body { /* Karşılama ekranı stilleri */ .welcome-container { min-height: 100vh; - background: #F2F3F7; + background: #FAFAFA; padding: 2rem var(--page-horizontal-padding); } diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index db59fa7..c051849 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -143,7 +143,7 @@ display: flex; align-items: center; justify-content: center; - background: #F2F3F7; + background: #FAFAFA; padding: 1rem; } diff --git a/src/routes/dashboard/+page.svelte b/src/routes/dashboard/+page.svelte index ada6995..54b7f66 100644 --- a/src/routes/dashboard/+page.svelte +++ b/src/routes/dashboard/+page.svelte @@ -1381,7 +1381,7 @@ diff --git a/src/routes/dashboard/personnel/+page.svelte b/src/routes/dashboard/personnel/+page.svelte index 7ac5517..5229db5 100644 --- a/src/routes/dashboard/personnel/+page.svelte +++ b/src/routes/dashboard/personnel/+page.svelte @@ -1,7 +1,7 @@ diff --git a/src/routes/dashboard/units/+page.svelte b/src/routes/dashboard/units/+page.svelte index 6cebcb5..08f9730 100644 --- a/src/routes/dashboard/units/+page.svelte +++ b/src/routes/dashboard/units/+page.svelte @@ -1,7 +1,7 @@ diff --git a/src/routes/dashboard/vehicles/+page.svelte b/src/routes/dashboard/vehicles/+page.svelte index 1592402..3701a48 100644 --- a/src/routes/dashboard/vehicles/+page.svelte +++ b/src/routes/dashboard/vehicles/+page.svelte @@ -1,7 +1,7 @@ diff --git a/src/routes/fuel-slips/+page.svelte b/src/routes/fuel-slips/+page.svelte index 739ae23..fa1e937 100644 --- a/src/routes/fuel-slips/+page.svelte +++ b/src/routes/fuel-slips/+page.svelte @@ -1,7 +1,7 @@ diff --git a/src/routes/goods-manager/+page.svelte b/src/routes/goods-manager/+page.svelte index f9a3e2c..a91dd11 100644 --- a/src/routes/goods-manager/+page.svelte +++ b/src/routes/goods-manager/+page.svelte @@ -1,7 +1,7 @@