mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-06 20:41:14 +00:00
Fix custom CSS rules to cover pre.rust
This commit is contained in:
parent
2d5dc5079f
commit
7bf091ab13
1 changed files with 1 additions and 1 deletions
|
|
@ -6,5 +6,5 @@ document.addEventListener("DOMContentLoaded", function() { renderMathInElement(d
|
||||||
</script>
|
</script>
|
||||||
<style>
|
<style>
|
||||||
.katex { font-size: 1em !important; }
|
.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>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue