update frontend

This commit is contained in:
2025-11-07 23:00:34 +03:00
parent bb17b1a4cd
commit 8781b56b26
5 changed files with 10 additions and 60 deletions

View File

@@ -44,16 +44,13 @@ body {
/* Kart yapısı */
.card {
background: var(--background-color);
border: 1px solid var(--card-border-color);
border: 1px solid #5B5865;
border-radius: 12px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
box-shadow: none;
padding: 2rem;
transition: all 0.3s ease;
}
.card:hover {
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
/* Buton stilleri */
.btn {