Web/main/style/dark.css
Ell 6bde3c4ff8
Some checks failed
Web/pipeline/head There was a failure building this commit
silently convert the entire website to jekyll
2021-07-09 01:59:28 +02:00

53 lines
731 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;
}
.modal-header {
border-bottom: 1px solid #323233;
}
.modal-content {
background-color: #404142;
}
.blog-button:link,
.blog-button:visited {
color: white !important;
}
.blog-button:hover,
.blog-button:active {
color: rgb(182, 182, 182) !important;
}
.btn-light {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-outline-info {
color: #f8f9fa;
border-color: #f8f9fa;
}