diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-07-05 07:56:08 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-07-05 07:56:08 +0200 |
| commit | f134c645d73d78e720444f5f443607ef1fd79a9f (patch) | |
| tree | 052cfc2fd16cf10101de060347c06099d086117f | |
| parent | c05714786bf5d28c3313b8090b6e3a83775c4a76 (diff) | |
| download | mitjafelicijan.com-f134c645d73d78e720444f5f443607ef1fd79a9f.tar.gz | |
Make article headline font weight 800
| -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 */ |
