aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-03-11 19:05:41 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-03-11 19:05:41 +0100
commit6d45e8f220cdd71a9691169fccb5df33faa68054 (patch)
tree5ece9ae87a87df32f3aef4c28f2a3f4cd197eb96
parent01205dc1757bb595982f261c0f1e00f8d633bd31 (diff)
downloadmitjafelicijan.com-6d45e8f220cdd71a9691169fccb5df33faa68054.tar.gz
Style fixes
-rwxr-xr-xtemplates/base.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 76c5ebc..9a636e6 100755
--- a/templates/base.html
+++ b/templates/base.html
@@ -76,6 +76,7 @@
76 overflow-x: auto; 76 overflow-x: auto;
77 padding: 1em; 77 padding: 1em;
78 background: var(--code-background)!important; 78 background: var(--code-background)!important;
79 border: 1px solid #dcdcdc;
79 } 80 }
80 81
81 code { 82 code {
@@ -88,6 +89,7 @@
88 pre code { 89 pre code {
89 background: transparent!important; 90 background: transparent!important;
90 padding: initial; 91 padding: initial;
92 border: none;
91 } 93 }
92 94
93 figure { 95 figure {