/*
 * This is a manifest file that'll be compiled into application.css.
 */

html {
  background-color: #111827 !important; /* gray-900 */
}

/* prose-invert: dark mode typography */
.prose-invert {
  color: #d1d5db !important; /* gray-300 */
}
.prose-invert h1,
.prose-invert h2,
.prose-invert h3,
.prose-invert h4,
.prose-invert strong {
  color: #f3f4f6 !important; /* gray-100 */
}
.prose-invert a {
  color: #6ee7b7 !important; /* emerald-300 */
}
.prose-invert blockquote {
  color: #9ca3af !important; /* gray-400 */
  border-left-color: #4b5563 !important; /* gray-600 */
}
.prose-invert code {
  color: #e5e7eb !important; /* gray-200 */
  background-color: #374151 !important; /* gray-700 */
}
.prose-invert pre {
  color: #e5e7eb !important;
  background-color: #1f2937 !important; /* gray-800 */
}
.prose-invert hr {
  border-color: #4b5563 !important;
}
.prose-invert th {
  color: #e5e7eb !important;
  border-bottom-color: #4b5563 !important;
}
.prose-invert td {
  border-bottom-color: #374151 !important;
}
