2018-12-30 02:26:56 +01:00
|
|
|
body {
|
|
|
|
color: #d8d8d8;
|
|
|
|
background-color: #222222;
|
|
|
|
}
|
|
|
|
|
|
|
|
.jumbotron {
|
2020-11-28 00:15:51 +01:00
|
|
|
background-color: #404142;
|
2018-12-30 02:26:56 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.list-display {
|
|
|
|
background-color: #404142;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card {
|
|
|
|
background-color: #3d3d3d !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-muted {
|
|
|
|
color: #979797 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer {
|
2020-11-28 00:15:51 +01:00
|
|
|
background-color: #343a40;
|
2018-12-30 16:38:14 +01:00
|
|
|
}
|
|
|
|
|
2019-10-09 23:58:36 +02:00
|
|
|
.blog-button:link,
|
|
|
|
.blog-button:visited {
|
2021-03-24 19:54:14 +01:00
|
|
|
color: white !important;
|
2019-10-09 23:58:36 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.blog-button:hover,
|
|
|
|
.blog-button:active {
|
2021-03-24 19:54:14 +01:00
|
|
|
color: rgb(182, 182, 182) !important;
|
2018-12-30 02:26:56 +01:00
|
|
|
}
|