aboutsummaryrefslogtreecommitdiff
path: root/template/style.css
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2021-12-07 16:52:20 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2021-12-07 16:52:20 +0100
commit0d1cc8d536596434b9d90afd64ba253ffe2e1479 (patch)
treedf6c773d3412a57ef23c2507cbedac712cda7d4b /template/style.css
parent29d7f7dc568b1245cca7204b2ba3b0d77d634f4e (diff)
downloadmitjafelicijan.com-0d1cc8d536596434b9d90afd64ba253ffe2e1479.tar.gz
Minor changes to theme
Diffstat (limited to 'template/style.css')
-rwxr-xr-xtemplate/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/template/style.css b/template/style.css
index 9862087..eff32b1 100755
--- a/template/style.css
+++ b/template/style.css
@@ -303,6 +303,10 @@ article strong {
303 font-weight: 600; 303 font-weight: 600;
304} 304}
305 305
306article ol {
307 padding-inline-start: 30px;
308}
309
306article .katex-display { 310article .katex-display {
307 margin: 3em 0 !important; 311 margin: 3em 0 !important;
308} 312}