diff options
Diffstat (limited to 'templates/layouts/default.html')
| -rw-r--r-- | templates/layouts/default.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/layouts/default.html b/templates/layouts/default.html index 5c8bf64..b12c520 100644 --- a/templates/layouts/default.html +++ b/templates/layouts/default.html @@ -21,6 +21,16 @@ max-width: 70ch; font-family: "Mono"; } + pre { + font-family: "Mono"; + color: crimson; + background-color: #f1f1f1; + padding: 2px; + + } + pre code { + background: none; + } code { font-family: "Mono"; |
