@import url("/static/water.css");

:root {
  color-scheme: dark;
}

body {
  background: #0f1115;
  color: #e6e6e6;
}

a { color: #7fb4ff; }

textarea, input, select {
  background: #141824;
  color: #e6e6e6;
  border: 1px solid #2a3348;
}

textarea::placeholder, input::placeholder {
  color: #8b93a7;
}

button, input[type="submit"], input[type="button"] {
  background: #2b6bd8;
  color: #ffffff;
  border: 1px solid #2b6bd8;
}

hr { border-color: #2a3348; }

code, pre {
  background: #141824;
  color: #e6e6e6;
}
