smartstudy-buddyhub / style.css
itamarlifshitz's picture
keep the front head and the bach heand aside
4732481 verified
raw
history blame contribute delete
297 Bytes
/* Add to existing styles */
.backend-status {
background: #f8f9fa;
padding: 0.5rem 2rem;
text-align: center;
border-bottom: 1px solid #dee2e6;
font-size: 0.9rem;
}
.backend-status #apiStatus.connected {
color: #28a745;
}
.backend-status #apiStatus.disconnected {
color: #dc3545;
}