18 lines
300 B
CSS
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;
|
|
} |