/* /css/dark.css */
:root {
  --bg-color: #121212;
  --text-color: #eee;
  --heading-color: #fff;
  --subheading-color: #ccc;
  --strong-color: #fff;
  --muted-color: #aaa;

  --accent-color: #ffca28;
  --note-bg: #2a2a1a;

  --table-bg: #1e1e1e;
  --table-border: #444;
  --table-stripe: #2a2a2a;
  --th-bg: #333;
  --th-text: #ddd;

  --link-color: #4da6ff;
  --hr-color: #555;
}
