39028-vm/static/css/custom.css
2026-03-06 17:30:53 +00:00

18 lines
300 B
CSS

body {
background-color: #0c0c0c !important;
color: #f5f5f5 !important;
}
.bg-danger {
background-color: #e10600 !important;
}
.card {
background-color: #1a1a1a !important;
color: #f5f5f5 !important;
border: 1px solid #333 !important;
}
a {
color: #ff3b2f !important;
}