Skip to content

Commit

Permalink
improve video scrub preview legibility on bright backgrounds
Browse files Browse the repository at this point in the history
  • Loading branch information
breunigs committed Dec 22, 2023
1 parent 3e0d01e commit 7655e83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ $videoBarProgressHeight: 0.4rem;

color: #fff;
text-align: center;
text-shadow: #000 0px 0px 1px, #000 0px 0px 1px,#000 0px 0px 1px,
#000 0px 0px 1px, #000 0px 0px 1px,#000 0px 0px 1px;
text-shadow: #000 0 0 0.1rem, #000 0 0 0.1rem,#000 0 0 0.1rem,
#000 0 0 0.1rem, #000 0 0 0.1rem,#000 0 0 0.1rem;
-webkit-font-smoothing: antialiased;
transition: opacity 0.2s ease-in-out, visibility 0.2s;
pointer-events: none;
Expand Down

0 comments on commit 7655e83

Please sign in to comment.