un-style highlight.js

This commit is contained in:
Cyberes 2023-08-24 17:57:15 -06:00
parent c397649097
commit d55f1b6b24
1 changed files with 5 additions and 0 deletions

View File

@ -33,6 +33,11 @@
max-width: 95%;
}
pre code.hljs {
overflow-x: visible !important;
padding: 0 !important;
}
a, a:visited {
color: blue;
}