Skip to content

Commit

Permalink
hopefully final css tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
schlawg committed Dec 21, 2024
1 parent 08dab34 commit 00eca61
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions ui/analyse/css/study/relay/_video-player.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
background: center / cover;
overflow: hidden;
inset: 0;
filter: blur(4px) brightness(0.8);
filter: blur(4px) brightness(0.7);
}

.play-button {
Expand All @@ -49,10 +49,15 @@
top: 50%;
left: 50%;
width: 18%;
opacity: 0.4;
opacity: 0.6;
fill: white;
filter: drop-shadow(0 0 12px #0000004f);

circle {
filter: drop-shadow(0 0 8px #840000);
paint-order: stroke fill;
stroke: #fff9;
stroke-width: 3px;
fill: $c-bad;
}
}
Expand Down Expand Up @@ -93,12 +98,8 @@
opacity: 1;
}

.text-box div {
border-color: $m-bad--alpha-50;
}

.image {
filter: blur(4px) brightness(0.7);
filter: blur(4px) brightness(0.6);
}
}
}

0 comments on commit 00eca61

Please sign in to comment.