From b0f1c2beb3fb2d10c226565bb7a3ef23c71d026d Mon Sep 17 00:00:00 2001 From: Sean Mitchell Date: Tue, 19 Nov 2024 09:13:19 -0800 Subject: [PATCH] Add video cue style --- _sass/base/_elements.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/_sass/base/_elements.scss b/_sass/base/_elements.scss index fa87961..dd42aa9 100755 --- a/_sass/base/_elements.scss +++ b/_sass/base/_elements.scss @@ -140,6 +140,13 @@ video { width: 100%; } +video::cue { + font-family: var(--font-family); + font-size: var(--font-size-small); + font-weight: 500; + line-height: 1; +} + code { background: var(--color-base-dark); border-radius: 0.15em;