aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorMitja Felicijan <m@mitjafelicijan.com>2023-07-10 04:30:06 +0200
committerMitja Felicijan <m@mitjafelicijan.com>2023-07-10 04:30:06 +0200
commita1d474b231b889ea3b81d00ac6768947aa0bb602 (patch)
tree15e520459193f5001c97b63aa539dbb7906c2520 /templates/base.html
parentcce49073a9f45e90db39def20dd32524ebdab851 (diff)
downloadmitjafelicijan.com-a1d474b231b889ea3b81d00ac6768947aa0bb602.tar.gz
Added small highlight to code elements
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 94502ce..c6a1e1f 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -75,6 +75,7 @@
75 75
76 pre code { 76 pre code {
77 line-height: 1.3em; 77 line-height: 1.3em;
78 background: initial;
78 } 79 }
79 80
80 pre, code, pre *, code * { 81 pre, code, pre *, code * {