Update globals.css

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

View File

@ -94,6 +94,16 @@
font-weight: 700; /* Negrita */
}
.prose p code,
.prose li code,
.prose td code {
background-color: #f3f4f6;
color: #1f2937;
padding: 0.2em 0.4em;
border-radius: 0.25rem;
font-size: 0.875em;
font-weight: 600;
}
* {
border-color: white;