Arkaplan rengi geri alındı

This commit is contained in:
2025-11-08 17:36:01 +03:00
parent a999ea609c
commit 640b79dfa0
10 changed files with 11 additions and 11 deletions

View File

@@ -58,7 +58,7 @@ Akaryakıt istasyonu için geliştirilmiş modern ve kullanıcı dostu yönetim
- **Renk Şeması**: - **Renk Şeması**:
- Ana Renk: #2c3e50 (Butonlar) - Ana Renk: #2c3e50 (Butonlar)
- Pasif Renk: #FAFAFA (Pasif butonlar) - Pasif Renk: #F2F3F7 (Pasif butonlar)
- Arka Plan: #FFFFFF - Arka Plan: #FFFFFF
- Kart Çerçevesi: #F7F7F7 - Kart Çerçevesi: #F7F7F7

View File

@@ -1,7 +1,7 @@
/* Tailwind benzeri stil sistemi */ /* Tailwind benzeri stil sistemi */
:root { :root {
--primary-color: #2c3e50; --primary-color: #2c3e50;
--inactive-color: #FAFAFA; --inactive-color: #F2F3F7;
--background-color: #FFFFFF; --background-color: #FFFFFF;
--card-border-color: #c9c8cb; --card-border-color: #c9c8cb;
--text-color: #1F2937; --text-color: #1F2937;
@@ -136,7 +136,7 @@ body {
/* Karşılama ekranı stilleri */ /* Karşılama ekranı stilleri */
.welcome-container { .welcome-container {
min-height: 100vh; min-height: 100vh;
background: #FAFAFA; background: #F2F3F7;
padding: 2rem var(--page-horizontal-padding); padding: 2rem var(--page-horizontal-padding);
} }

View File

@@ -143,7 +143,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
background: #FAFAFA; background: #F2F3F7;
padding: 1rem; padding: 1rem;
} }

View File

@@ -1381,7 +1381,7 @@
<style> <style>
.welcome-container { .welcome-container {
min-height: 100vh; min-height: 100vh;
background: #FAFAFA; background: #F2F3F7;
padding: 2rem var(--page-horizontal-padding); padding: 2rem var(--page-horizontal-padding);
} }

View File

@@ -1,7 +1,7 @@
<svelte:head> <svelte:head>
<style> <style>
body { body {
background: #FAFAFA !important; background: #F2F3F7 !important;
} }
</style> </style>
</svelte:head> </svelte:head>

View File

@@ -1,7 +1,7 @@
<svelte:head> <svelte:head>
<style> <style>
body { body {
background: #FAFAFA !important; background: #F2F3F7 !important;
} }
</style> </style>
</svelte:head> </svelte:head>

View File

@@ -1,7 +1,7 @@
<svelte:head> <svelte:head>
<style> <style>
body { body {
background: #FAFAFA !important; background: #F2F3F7 !important;
} }
</style> </style>
</svelte:head> </svelte:head>

View File

@@ -1,7 +1,7 @@
<svelte:head> <svelte:head>
<style> <style>
body { body {
background: #FAFAFA !important; background: #F2F3F7 !important;
} }
</style> </style>
</svelte:head> </svelte:head>

View File

@@ -1,7 +1,7 @@
<svelte:head> <svelte:head>
<style> <style>
body { body {
background: #FAFAFA !important; background: #F2F3F7 !important;
} }
</style> </style>
</svelte:head> </svelte:head>

View File

@@ -1,7 +1,7 @@
<svelte:head> <svelte:head>
<style> <style>
body { body {
background: #FAFAFA !important; background: #F2F3F7 !important;
} }
</style> </style>
</svelte:head> </svelte:head>