This commit is contained in:
Sam Potts
2017-07-09 17:14:42 +10:00
parent 21f444ed61
commit 03c3960e93
5 changed files with 12 additions and 10 deletions
+4 -2
View File
@@ -9,12 +9,14 @@
@plyr-sr-only-important: true;
// Colors
@plyr-color-main: #20d193;
@plyr-color-main: #1aafff;
// Font
@plyr-font-family: Avenir, 'Avenir Next', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
@plyr-font-family: inherit; //Avenir, 'Avenir Next', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
@plyr-font-size-small: 14px;
@plyr-font-size-base: 16px;
@plyr-font-weight-normal: 400;
@plyr-font-weight-bold: 600;
// Captions
@plyr-captions-bg: fade(#000, 60%);