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 /template/style.css | |
| parent | 1d49bcbe51fb36d5e99749b4bc27e808ddd52487 (diff) | |
| download | mitjafelicijan.com-4a71072dbd738db8a60b36dcd4dc1a52397d900a.tar.gz | |
Added gray background for video, iOS fix
Diffstat (limited to 'template/style.css')
| -rwxr-xr-x | template/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
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%; |
