Improved caption legibility on white backgrounds

This commit is contained in:
Sam Potts 2015-02-18 00:56:07 +11:00
parent 484617e2d7
commit c7c48bbe3c
2 changed files with 7 additions and 2 deletions

View File

@ -123,7 +123,12 @@
min-height: 2.5em;
color: #fff;
font-size: 16px;
text-shadow: 0 1px 1px rgba(0,0,0, .75);
font-weight: 600;
text-shadow:
-1px -1px 0 rgba(red(@gray-dark), green(@gray-dark), blue(@gray-dark), .5),
1px -1px 0 rgba(red(@gray-dark), green(@gray-dark), blue(@gray-dark), .5),
-1px 1px 0 rgba(red(@gray-dark), green(@gray-dark), blue(@gray-dark), .5),
1px 1px 0 rgba(red(@gray-dark), green(@gray-dark), blue(@gray-dark), .5);
text-align: center;
.font-smoothing();

2
dist/css/plyr.css vendored

File diff suppressed because one or more lines are too long