diff --git a/public/efy b/public/efy index 51f030d7..a7f0be41 160000 --- a/public/efy +++ b/public/efy @@ -1 +1 @@ -Subproject commit 51f030d755a9115f06341ecd78fbbf75ec600059 +Subproject commit a7f0be4131da45988710ead75480e494393644f9 diff --git a/src/components/VideoPlayer.vue b/src/components/VideoPlayer.vue index 725c5bd7..e64aa1a2 100644 --- a/src/components/VideoPlayer.vue +++ b/src/components/VideoPlayer.vue @@ -462,7 +462,7 @@ export default { seekBarColors: { base: "rgba(255, 255, 255, 0.3)", buffered: "rgba(255, 255, 255, 0.54)", - played: "rgb(255, 0, 0)", + played: "rgb(var(--efy_color1_var))", }, }; diff --git a/src/piped.css b/src/piped.css index d4ccd887..eb86a0a8 100644 --- a/src/piped.css +++ b/src/piped.css @@ -1,4 +1,4 @@ -/*Global*/ @font-face {font-family: 'nunito'; src: url('../efy/nunito.woff2') format('truetype')} @font-face {font-family: 'nunito'; src: url('../efy/nunito_bold.woff2') format('truetype'); font-weight: bold} +/*Global*/ @font-face {font-family: 'nunito'; src: url('../efy/nunito.woff2') format('truetype'); font-display: swap} @font-face {font-family: 'nunito'; src: url('../efy/nunito_bold.woff2') format('truetype'); font-weight: bold; font-display: swap} :root { --efy_color1_var: 239, 68, 68; --efy_color2_var: 220, 38, 38;