aboutsummaryrefslogtreecommitdiffstats
path: root/src/less/plyr.less
diff options
context:
space:
mode:
Diffstat (limited to 'src/less/plyr.less')
-rw-r--r--src/less/plyr.less5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/less/plyr.less b/src/less/plyr.less
index 78b967a5..ae9fae0e 100644
--- a/src/less/plyr.less
+++ b/src/less/plyr.less
@@ -30,6 +30,7 @@
max-width: 100%;
min-width: 200px;
font-family: @plyr-font-family;
+ font-weight: 500;
direction: ltr;
& when (@plyr-border-box = true) {
@@ -239,7 +240,6 @@
color: @plyr-captions-color;
font-size: @plyr-font-size-captions-base;
text-align: center;
- font-weight: 400;
span {
border-radius: 2px;
@@ -521,7 +521,7 @@
.plyr__menu__value {
margin-left: auto;
padding-left: 25px;
- font-weight: 400;
+ font-weight: 500;
color: fade(@plyr-menu-color, 80%);
}
@@ -555,6 +555,7 @@
color: @plyr-tooltip-color;
font-size: @plyr-font-size-small;
+ font-weight: 500;
line-height: 1.3;
transform: translate(-50%, 10px) scale(.8);