aboutsummaryrefslogtreecommitdiffstats
path: root/src/scss/variables.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/scss/variables.scss')
-rw-r--r--src/scss/variables.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/scss/variables.scss b/src/scss/variables.scss
index ad63423a..5aa0d629 100644
--- a/src/scss/variables.scss
+++ b/src/scss/variables.scss
@@ -4,6 +4,11 @@
// https://robots.thoughtbot.com/sass-default
// ==========================================================================
+// Settings
+$plyr-border-box: true !default;
+$plyr-touch-action: true !default;
+$plyr-sr-only-important: true !default;
+
// Colors
$plyr-color-main: #3498db !default;