diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2021-12-07 16:52:20 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2021-12-07 16:52:20 +0100 |
| commit | 0d1cc8d536596434b9d90afd64ba253ffe2e1479 (patch) | |
| tree | df6c773d3412a57ef23c2507cbedac712cda7d4b /template | |
| parent | 29d7f7dc568b1245cca7204b2ba3b0d77d634f4e (diff) | |
| download | mitjafelicijan.com-0d1cc8d536596434b9d90afd64ba253ffe2e1479.tar.gz | |
Minor changes to theme
Diffstat (limited to 'template')
| -rwxr-xr-x | template/_meta.html | 2 | ||||
| -rwxr-xr-x | template/style.css | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/template/_meta.html b/template/_meta.html index 925fb68..a539a6d 100755 --- a/template/_meta.html +++ b/template/_meta.html | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | <meta name="theme-color" content="#ffffff"> | 6 | <meta name="theme-color" content="#ffffff"> |
| 7 | 7 | ||
| 8 | <link rel="stylesheet" href="/style.css?v=2021-12-07-2"> | 8 | <link rel="stylesheet" href="/style.css?v=2021-12-07-6"> |
| 9 | 9 | ||
| 10 | <link rel="alternate" type="application/rss+xml" href="/feed.rss"> | 10 | <link rel="alternate" type="application/rss+xml" href="/feed.rss"> |
| 11 | <link rel="alternate" type="application/feed+json" href="/feed.json"> | 11 | <link rel="alternate" type="application/feed+json" href="/feed.json"> |
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 | ||
| 306 | article ol { | ||
| 307 | padding-inline-start: 30px; | ||
| 308 | } | ||
| 309 | |||
| 306 | article .katex-display { | 310 | article .katex-display { |
| 307 | margin: 3em 0 !important; | 311 | margin: 3em 0 !important; |
| 308 | } | 312 | } |
