This commit is contained in:
Praveen Mogan 2025-04-11 03:20:29 +00:00 committed by GitHub
commit d0f93bf93d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 0 deletions

View File

@ -299,4 +299,16 @@
.md-typeset .footnote-ref:before {
border-color: #888484 !important;
}
code span.gd {
background-color: red !important;
}
code span.gi {
background-color: green !important;
}
.highlight pre {
background-color: hsla(0,0%,5%,.5);
}
}