/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: light;
    --bg: #fff;
    --accent-bg: #f5f7ff;
    --text: #212121;
    --text-light: #585858;
    --accent: #0d47a1;
    --accent-hover: #1266e2;
    --accent-text: var(--bg);
    --code: #d81b60;
    --preformatted: #444;
    --marked: #ffdd33;
    --disabled: #efefef;
  }
}

.comment {
    padding: 5px;
    margin-bottom: 5px;
}
.comment p, small {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.comment small {
  font-size: 0.8rem;
  opacity: 0.65;
}

.separators {
  display: flex;
  gap: 2rem;
  margin: 2.5rem 0;
  justify-content: center;
}

.separators > div {
  width: 0.75rem;
  height: 0.75rem;
  background: #42b883;
}

#posts > a {
  text-decoration: none;
}
