feat: Update turtle details and section styles for improved visibility and aesthetics

This commit is contained in:
MayaTheShy
2026-02-16 02:13:51 -05:00
parent 3589813dc6
commit 9abd0f1f45

View File

@@ -300,13 +300,13 @@
.turtle-details h2 {
font-size: 1.25rem;
margin-bottom: 1.5rem;
color: #111827;
color: #f9fafb;
font-weight: 700;
display: flex;
align-items: center;
gap: 0.5rem;
padding-bottom: 0.75rem;
border-bottom: 2px solid #e5e7eb;
border-bottom: 2px solid #374151;
}
.turtle-details h2::before {
@@ -317,22 +317,22 @@
.detail-section {
margin-bottom: 1.25rem;
padding: 1rem;
background: #ffffff;
background: #1f2937;
border-radius: 0.5rem;
border: 1px solid #e5e7eb;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
border: 1px solid #374151;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
transition: all 0.2s ease;
}
.detail-section:hover {
border-color: #d1d5db;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
border-color: #4b5563;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
.detail-section h3 {
font-size: 1rem;
margin-bottom: 1rem;
color: #3b82f6;
color: #60a5fa;
font-weight: 700;
display: flex;
align-items: center;