34 lines
No EOL
462 B
CSS
34 lines
No EOL
462 B
CSS
body {
|
|
color: #d8d8d8;
|
|
background-color: #222222;
|
|
}
|
|
|
|
.jumbotron {
|
|
background-color: #404142;
|
|
}
|
|
|
|
.list-display {
|
|
background-color: #404142;
|
|
}
|
|
|
|
.card {
|
|
background-color: #3d3d3d !important;
|
|
}
|
|
|
|
.text-muted {
|
|
color: #979797 !important;
|
|
}
|
|
|
|
.footer {
|
|
background-color: #343a40;
|
|
}
|
|
|
|
.blog-button:link,
|
|
.blog-button:visited {
|
|
color: white !important;
|
|
}
|
|
|
|
.blog-button:hover,
|
|
.blog-button:active {
|
|
color: rgb(182, 182, 182) !important;
|
|
} |