This commit is contained in:
MacRimi
2025-02-15 13:01:40 +01:00
parent 3695a28b97
commit 56e52fb784
2 changed files with 20 additions and 2 deletions

View File

@@ -68,3 +68,21 @@
color: #1f2937;
}
/* Ajustes globales para el texto y los bordes */
.prose {
color: #1f2937; /* text-gray-800 */
}
.prose h1,
.prose h2,
.prose h3,
.prose h4,
.prose h5,
.prose h6 {
color: #111827; /* text-gray-900 */
}
* {
border-color: white;
}