We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 100cb02 commit 82da9b7Copy full SHA for 82da9b7
themes/hugo-coder/layouts/_default/baseof.html
@@ -97,6 +97,12 @@
97
98
{{ if .Params.isMarkupEnabled }}
99
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/index.min.js"></script>
100
+ <style>
101
+ code[class*="language-"], pre[class*="language-"] {
102
+ text-shadow: none !important;
103
+ font-size: initial !important;
104
+ }
105
+ </style>
106
{{ end }}
107
108
{{ range .Site.Params.custom_css }}
0 commit comments