update frontend
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user