CSS für Code-Element aktualisiert

This commit is contained in:
2025-05-04 21:44:05 +02:00
parent 45b62fe9f5
commit 3eaf0ceb5f

View File

@@ -144,8 +144,6 @@ article blockquote {
color: var(--text-muted);
}
code {
border-left: 4px solid var(--accent);
padding: .5rem 1rem; margin: 1rem 0;
background: var(--code-bg);
color: var(--text-muted);
}