aboutsummaryrefslogtreecommitdiff
path: root/template/style.css
diff options
context:
space:
mode:
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%;