Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
feat(video): add subtle border around progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed Feb 29, 2024
1 parent 5fdb4f1 commit bf5eb38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/styles/video.manchester.ac.uk.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit bf5eb38

Please sign in to comment.