aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMitja Felicijan <m@mitjafelicijan.com>2023-07-10 04:01:31 +0200
committerMitja Felicijan <m@mitjafelicijan.com>2023-07-10 04:01:31 +0200
commitcce49073a9f45e90db39def20dd32524ebdab851 (patch)
tree6836fe9e88458bebb87e72e84e09ea264d381843 /templates
parentddd4ff8539f77e1920a0dca614fd4d44abacd57e (diff)
downloadmitjafelicijan.com-cce49073a9f45e90db39def20dd32524ebdab851.tar.gz
Added small highlight to code elements
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 8bc20be..94502ce 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -69,6 +69,10 @@
69 border-bottom: 1px solid black; 69 border-bottom: 1px solid black;
70 } 70 }
71 71
72 code {
73 background: #f6f6f6;
74 }
75
72 pre code { 76 pre code {
73 line-height: 1.3em; 77 line-height: 1.3em;
74 } 78 }