diff options
Diffstat (limited to 'template')
| -rwxr-xr-x | template/_meta.html | 2 | ||||
| -rwxr-xr-x | template/post.html | 5 | ||||
| -rwxr-xr-x | template/style.css | 7 |
3 files changed, 7 insertions, 7 deletions
diff --git a/template/_meta.html b/template/_meta.html index 73a33d0..f8ecec5 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-06-28-4"> | 8 | <link rel="stylesheet" href="/style.css?v=2022-07-04-02"> |
| 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/post.html b/template/post.html index 461480d..d5f2d1c 100755 --- a/template/post.html +++ b/template/post.html | |||
| @@ -32,11 +32,10 @@ | |||
| 32 | <hr class="top-margin"> | 32 | <hr class="top-margin"> |
| 33 | 33 | ||
| 34 | <p class="top-margin"> | 34 | <p class="top-margin"> |
| 35 | <strong>Comment, contact:</strong> You can contact me on IRC <code>irc.libera.chat:6697</code> on channel <code>#mitjafelicijan</code>. | 35 | <strong>Comment, contact:</strong> The easiest way to contact me is my writing me a message on <a href="https://t.me/mitjafelicijan" target="_blank">Telegram (https://t.me/mitjafelicijan)</a>. |
| 36 | Or by going to <a href="https://web.libera.chat/#mitjafelicijan" target="_blank">https://web.libera.chat/#mitjafelicijan</a>. | ||
| 37 | </p> | 36 | </p> |
| 38 | 37 | ||
| 39 | <p>You can also just write me an email at m@mitjafelicijan.com</p> | 38 | <p>You can also just write me an email at <a href="mailto:m@mitjafelicijan.com">m@mitjafelicijan.com</a>.</p> |
| 40 | 39 | ||
| 41 | <hr class="top-margin"> | 40 | <hr class="top-margin"> |
| 42 | 41 | ||
diff --git a/template/style.css b/template/style.css index e24f25f..735c082 100755 --- a/template/style.css +++ b/template/style.css | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap'); | 1 | /*@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap');*/ |
| 2 | 2 | ||
| 3 | :root { | 3 | :root { |
| 4 | --base-document-width: 640px; | 4 | --base-document-width: 640px; |
| @@ -28,7 +28,8 @@ | |||
| 28 | body { | 28 | body { |
| 29 | background: white; | 29 | background: white; |
| 30 | /*font-family: 'Times New Roman', Times, serif;*/ | 30 | /*font-family: 'Times New Roman', Times, serif;*/ |
| 31 | font-family: 'IBM Plex Sans', sans-serif; | 31 | /*font-family: 'IBM Plex Sans', sans-serif;*/ |
| 32 | font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif; | ||
| 32 | color: var(--base-color); | 33 | color: var(--base-color); |
| 33 | font-size: var(--base-font-size); | 34 | font-size: var(--base-font-size); |
| 34 | line-height: var(--base-line-heigh); | 35 | line-height: var(--base-line-heigh); |
| @@ -150,7 +151,7 @@ blockquote p { | |||
| 150 | 151 | ||
| 151 | .navigation header .home { | 152 | .navigation header .home { |
| 152 | font-size: 130%; | 153 | font-size: 130%; |
| 153 | font-weight: 900; | 154 | font-weight: 700; |
| 154 | } | 155 | } |
| 155 | 156 | ||
| 156 | .navigation header .home a { | 157 | .navigation header .home a { |
