Arkaplan rengi değişti

This commit is contained in:
2025-11-08 17:24:53 +03:00
parent fb3aaefb98
commit a999ea609c
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ı**:
- Ana Renk: #2c3e50 (Butonlar)
- Pasif Renk: #F2F3F7 (Pasif butonlar)
- Pasif Renk: #FAFAFA (Pasif butonlar)
- Arka Plan: #FFFFFF
- Kart Çerçevesi: #F7F7F7

View File

@@ -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);
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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