Improve code block styling

This commit is contained in:
2024-10-22 15:53:54 +02:00
parent 28520c59b9
commit ce469bc37f
2 changed files with 11 additions and 0 deletions

View File

@@ -20,6 +20,11 @@ code {
color: #027739;
}
pre {
background-color: #333;
color: #ccc;
}
pre code {
background-color: #333;
color: #ccc;