/* AWStats dark mode override */
body {
  background: #0d1117 !important;
  color: #c9d1d9 !important;
}
.aws_border { background: #161b22 !important; }
.aws_title  { background: #21262d !important; color: #c9d1d9 !important; }
.aws_blank  { background: #0d1117 !important; color: #c9d1d9 !important; }
.aws_data   { background: #0d1117 !important; }
th {
  background: #21262d !important;
  color: #c9d1d9 !important;
  border-color: #30363d !important;
}
td, td.aws, td.awsm {
  color: #c9d1d9 !important;
  border-color: #30363d !important;
}
a:link, a:visited { color: #58a6ff !important; }
a:hover { color: #79c0ff !important; }
b { color: #e6edf3 !important; }

/* Structural bgcolor attributes (layout, not chart bars) */
[bgcolor="#FFFFFF"] { background: #0d1117 !important; }
[bgcolor="#CCCCDD"] { background: #21262d !important; }
[bgcolor="#ECECEC"] { background: #1c2128 !important; }

/* Inline text color overrides */
[color="#000000"] { color: #c9d1d9 !important; }
span[style*="color: #000000"] { color: #c9d1d9 !important; }

/* Form / button */
input, select {
  background: #1c2128 !important;
  color: #c9d1d9 !important;
  border: 1px solid #30363d !important;
}
.aws_button {
  background: #21262d !important;
  color: #c9d1d9 !important;
  border-color: #30363d !important;
}
