Skip to content

Commit

Permalink
Add video cue style
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmitchell committed Nov 19, 2024
1 parent f932498 commit b0f1c2b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions _sass/base/_elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b0f1c2b

Please sign in to comment.