Skip to content

Commit

Permalink
'Deploy from 2f3d120 at 2024-06-12 21:03:19 UTC'
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwiles committed Jun 12, 2024
1 parent ec2adee commit c8447a3
Show file tree
Hide file tree
Showing 38 changed files with 3,041 additions and 941 deletions.
10 changes: 6 additions & 4 deletions assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1105,17 +1105,19 @@ code {

video::cue {
white-space: pre;
color: yellow;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
background: rgba(0, 0, 0, 0.5);
font-size: 1em;
line-height: 1;
font-weight: lighter; }
font-size: 2rem;
font-size: clamp(1cqw, 2rem, 1.6cqw);
line-height: 1.4; }

video::cue(.translation) {
font-style: italic;
font-size: 0.8em; }

video::cue(.missing) {
font-size: 0.8em; }

.header {
background-color: #6a755e; }
.header .logo--isotype {
Expand Down
Loading

0 comments on commit c8447a3

Please sign in to comment.