Improve code block looks
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Marko Korhonen 2024-01-29 08:59:23 +02:00
parent e34ee2bd2e
commit 6fa89b7424
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -1,3 +1,13 @@
/* My customizations for code blocks */
pre:has(code) {
margin-bottom: 1rem !important;
padding: 1rem;
border-radius: 10px;
}
/* End */
.highlight table td {
padding: 5px;
}