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

@@ -47,6 +47,13 @@ pre code {
color: var(--text-color-dark-bg);
}
.highlight pre,
.highlight code {
background-color: var(--background-color-body);
border: 2px solid #e8e3da;
color: var(--text-color-body);
}
dl dt {
color: var(--text-color-discreet);
}