SentimentSpark / style.css
ghostai1's picture
Update style.css
3ec6d61 verified
raw
history blame
720 Bytes
/* 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;
}