Fix custom CSS rules to cover pre.rust

This commit is contained in:
Henry de Valence 2018-01-30 12:31:29 -08:00
parent 2d5dc5079f
commit 7bf091ab13

View file

@ -6,5 +6,5 @@ document.addEventListener("DOMContentLoaded", function() { renderMathInElement(d
</script>
<style>
.katex { font-size: 1em !important; }
.docblock code, .dockblock-short code { font-size: 0.85em !important; }
pre.rust, .docblock code, .docblock-short code { font-size: 0.85em !important; }
</style>