summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authora73x <[email protected]>2024-08-25 15:14:42 +0100
committera73x <[email protected]>2024-08-25 15:14:42 +0100
commit2e2ccfc8a9cd73d316149b67c875545891c5dada (patch)
tree422939c0de111141cd9a04d0dafad4b43ae93c24 /templates
parent1b496432df1dc28b25eaeadec5fa537aaf014f98 (diff)
post 2
Diffstat (limited to 'templates')
-rw-r--r--templates/layouts/default.html10
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";