frontend update

This commit is contained in:
2025-11-07 23:26:45 +03:00
parent 8781b56b26
commit 12247daa92
4 changed files with 12 additions and 12 deletions

View File

@@ -1,9 +1,9 @@
/* Tailwind benzeri stil sistemi */
:root {
--primary-color: #6CA5E3;
--primary-color: #2c3e50;
--inactive-color: #F2F3F7;
--background-color: #FFFFFF;
--card-border-color: #F7F7F7;
--card-border-color: #c9c8cb;
--text-color: #1F2937;
--text-secondary: #6B7280;
}
@@ -44,7 +44,7 @@ body {
/* Kart yapısı */
.card {
background: var(--background-color);
border: 1px solid #5B5865;
border: 1px solid #c9c8cb;
border-radius: 12px;
box-shadow: none;
padding: 2rem;
@@ -73,7 +73,7 @@ body {
}
.btn-primary:hover {
background-color: #5A94D3;
background-color: #284057;
transform: translateY(-1px);
}