/* xc0de FreshRSS minimal dark cleanup */

html,
body {
  background: #0b111d !important;
  color: #d8e2ef !important;
}

.header,
.aside,
#aside,
#global,
#stream {
  background: #0b111d !important;
  color: #d8e2ef !important;
}

.header {
  border-bottom: 1px solid #223047 !important;
}

.aside,
#aside {
  background: #0f1724 !important;
  border-right: 1px solid #223047 !important;
}

.aside a,
#aside a {
  color: #cbd5e1 !important;
}

.aside a:hover,
#aside a:hover {
  color: #ffffff !important;
  background: #17243a !important;
}

.flux {
  background: #101827 !important;
  color: #d8e2ef !important;
  border: 1px solid #243247 !important;
}

.flux:hover,
.flux.current {
  background: #17243a !important;
}

.flux .title,
.flux .title a,
.flux_header .title,
.flux_header .title a {
  color: #eef4ff !important;
}

.flux .date,
.date {
  color: #8fa1b8 !important;
}

input,
select,
textarea {
  background: #070b12 !important;
  color: #d8e2ef !important;
  border: 1px solid #2d405c !important;
}

button,
.btn,
input[type="submit"],
input[type="button"] {
  background: #17243a !important;
  color: #eef4ff !important;
  border: 1px solid #2d405c !important;
}