From 6759495a2a1016e073d1e1364f60716236a638d8 Mon Sep 17 00:00:00 2001 From: EL-R1 <56195379+EL-R1@users.noreply.github.com> Date: Wed, 21 Jun 2023 10:17:12 +0200 Subject: [PATCH] fix: update subtitle size I was developping on firefox, and in the future maybe we will need to add a conditionnal event for subtitle size --- assets/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/styles.css b/assets/styles.css index b387112..2a8a89d 100644 --- a/assets/styles.css +++ b/assets/styles.css @@ -132,7 +132,7 @@ video { } video::cue { - font: 250% sans-serif; + font: 100% sans-serif; color: white; background: none; text-shadow: 0px 0px 10px #000;