aboutsummaryrefslogtreecommitdiff
path: root/template/style.css
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2022-05-26 19:24:12 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2022-05-26 19:24:12 +0200
commit4a71072dbd738db8a60b36dcd4dc1a52397d900a (patch)
tree2eadb23152d30fc1cb6da518aa8f3c14c246d426 /template/style.css
parent1d49bcbe51fb36d5e99749b4bc27e808ddd52487 (diff)
downloadmitjafelicijan.com-4a71072dbd738db8a60b36dcd4dc1a52397d900a.tar.gz
Added gray background for video, iOS fix
Diffstat (limited to 'template/style.css')
-rwxr-xr-xtemplate/style.css4
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
284video {
285 background: var(--badge-background-color);
286}
287
284time { 288time {
285 color: var(--label-color); 289 color: var(--label-color);
286 font-size: 90%; 290 font-size: 90%;