GodsDevProject's picture
Create static/style.css
a02246c verified
body {
background: #0b0f17;
color: #e5e7eb;
font-family: Inter, system-ui, sans-serif;
}
#card {
background: linear-gradient(180deg, #121826, #0f172a);
border-radius: 16px;
padding: 20px;
border: 1px solid #1e293b;
}
#agency-pills label {
background: #020617;
border-radius: 999px;
padding: 6px 14px;
margin: 4px;
border: 1px solid #1e293b;
}
#agency-pills input:checked + label {
background: #2563eb;
color: white;
}
#results-table {
background: #020617;
border-radius: 12px;
border: 1px solid #1e293b;
}
#search-btn {
background: #374151;
height: 48px;
font-size: 16px;
border-radius: 12px;
}
#search-btn:hover {
background: #4b5563;
}
#provenance {
margin-top: 24px;
padding: 16px;
background: #020617;
border-radius: 12px;
border: 1px solid #1e293b;
}