diff options
| -rwxr-xr-x | template/_meta.html | 2 | ||||
| -rwxr-xr-x | template/style.css | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/template/_meta.html b/template/_meta.html index f8ecec5..e759a9a 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=2022-07-04-02"> | 8 | <link rel="stylesheet" href="/style.css?v=2022-07-05-01"> |
| 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 735c082..af0d7bc 100755 --- a/template/style.css +++ b/template/style.css | |||
| @@ -86,6 +86,7 @@ h1[itemtype="headline"] { | |||
| 86 | margin-bottom: 20px; | 86 | margin-bottom: 20px; |
| 87 | font-size: 230%; | 87 | font-size: 230%; |
| 88 | line-height: 1.2em; | 88 | line-height: 1.2em; |
| 89 | font-weight: 800; | ||
| 89 | } | 90 | } |
| 90 | 91 | ||
| 91 | /* tables */ | 92 | /* tables */ |
