Better sh hl

This commit is contained in:
2025-08-10 23:01:50 +00:00
parent 9abb7b3c59
commit 5b209ff464
27 changed files with 133 additions and 117 deletions

View File

@ -68,4 +68,20 @@ p img {
.card-grid {
padding-bottom: 80px !important;
}
}
.prose-code.highlight-sh code .line {
padding-inline-start: 0 !important;
}
.prose-code.highlight-sh code .line:before {
display:none !important;
}
.prose-code.highlight-bash code .line {
padding-inline-start: 0 !important;
}
.prose-code.highlight-bash code .line:before {
display:none !important;
}