Spaces:
Running
Running
| /* Custom styles for SentimentSpark */ | |
| body { | |
| font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; | |
| background-color: #1a1a1a; | |
| color: #e0e0e0; | |
| } | |
| h1 { | |
| font-weight: 700; | |
| color: #ffffff; | |
| } | |
| .table-dark { | |
| background-color: #2a2a2a; | |
| border-color: #444; | |
| } | |
| .table-dark th, | |
| .table-dark td { | |
| border-color: #444; | |
| } | |
| .table-dark tbody tr:hover { | |
| background-color: #3a3a3a; | |
| } | |
| .form-select { | |
| background-color: #2a2a2a; | |
| border-color: #444; | |
| color: #e0e0e0; | |
| } | |
| .form-select:focus { | |
| background-color: #2a2a2a; | |
| border-color: #666; | |
| box-shadow: 0 0 0 0.2rem rgba(100, 100, 100, 0.5); | |
| } | |
| .container { | |
| max-width: 1200px; | |
| } |