1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-10-27 19:15:48 -04:00

h1 permalink on video pages & subtitle styling

This commit is contained in:
2019-12-20 11:19:57 -05:00
parent 9ecee6ed60
commit 47016b1109
7 changed files with 26 additions and 9 deletions

View File

@@ -71,6 +71,11 @@ main#single {
max-width: 100%;
height: auto;
border: 0;
/* stylelint-disable-next-line selector-pseudo-element-no-unknown */
&::cue {
font-family: inherit;
}
}
div.embed.video-player {