From bf5eb3845d8dbb44e043ec7eaa3b0f3232331ced Mon Sep 17 00:00:00 2001 From: Adil Hanney Date: Thu, 29 Feb 2024 07:18:17 +0000 Subject: [PATCH] feat(video): add subtle border around progress bar --- src/styles/video.manchester.ac.uk.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/styles/video.manchester.ac.uk.scss b/src/styles/video.manchester.ac.uk.scss index b9d5ebe..93bd6f7 100644 --- a/src/styles/video.manchester.ac.uk.scss +++ b/src/styles/video.manchester.ac.uk.scss @@ -49,6 +49,8 @@ video, border-radius: $progress-bar-border-radius; background: rgba($on-header, 0.1); + color: $on-header; + border: 1px solid rgba($on-header, 0.1); overflow: hidden; cursor: ew-resize;