diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-05-26 19:24:12 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-05-26 19:24:12 +0200 |
| commit | 4a71072dbd738db8a60b36dcd4dc1a52397d900a (patch) | |
| tree | 2eadb23152d30fc1cb6da518aa8f3c14c246d426 | |
| parent | 1d49bcbe51fb36d5e99749b4bc27e808ddd52487 (diff) | |
| download | mitjafelicijan.com-4a71072dbd738db8a60b36dcd4dc1a52397d900a.tar.gz | |
Added gray background for video, iOS fix
| -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 fac5c23..e9a931f 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-02-12-02"> | 8 | <link rel="stylesheet" href="/style.css?v=2022-05-16-00"> |
| 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 6def45f..0bb2718 100755 --- a/template/style.css +++ b/template/style.css | |||
| @@ -281,6 +281,10 @@ img, video { | |||
| 281 | border-radius: 5px; | 281 | border-radius: 5px; |
| 282 | } | 282 | } |
| 283 | 283 | ||
| 284 | video { | ||
| 285 | background: var(--badge-background-color); | ||
| 286 | } | ||
| 287 | |||
| 284 | time { | 288 | time { |
| 285 | color: var(--label-color); | 289 | color: var(--label-color); |
| 286 | font-size: 90%; | 290 | font-size: 90%; |
