Add code highlighting
All checks were successful
CI / Test and lint (push) Successful in 19s

This commit is contained in:
2025-04-26 18:27:32 +04:00
parent b907cc2f65
commit 9305e9f718
8 changed files with 308 additions and 1 deletions

View File

@@ -45,6 +45,11 @@ pre code {
padding: 0.6rem 1rem;
}
.highlight pre {
font-size: 0.9em;
padding: 0.6rem 1rem;
}
img {
max-width: 100%;
}