Update globals.css

This commit is contained in:
MacRimi 2025-02-15 14:20:31 +01:00 committed by GitHub
parent bc1951dd88
commit dc1ceea77d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -94,15 +94,14 @@
font-weight: 700; /* Negrita */ font-weight: 700; /* Negrita */
} }
.prose p code, prose .inline-code {
.prose li code,
.prose td code {
background-color: #f3f4f6; background-color: #f3f4f6;
color: #1f2937; color: #1f2937;
padding: 0.2em 0.4em; padding: 0.2em 0.4em;
border-radius: 0.25rem; border-radius: 0.25rem;
font-size: 0.875em; font-size: 0.875em;
font-weight: 600; font-weight: 600;
font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
} }
* { * {