Web/style/dark.css

42 lines
559 B
CSS
Raw Normal View History

2018-12-30 02:26:56 +01:00
body {
color: #d8d8d8;
background-color: #222222;
}
.jumbotron {
background-color: #34373a;
}
.list-display {
background-color: #404142;
}
.card {
background-color: #3d3d3d !important;
}
.text-muted {
color: #979797 !important;
}
.footer {
background-color: #404142;
2018-12-30 16:38:14 +01:00
}
.modal-header {
border-bottom: 1px solid #323233;
}
.modal-content {
background-color: #404142;
}
.blog-button:link,
.blog-button:visited {
color: #d8d8d8 !important;
}
.blog-button:hover,
.blog-button:active {
color: white !important;
2018-12-30 02:26:56 +01:00
}