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

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