Merge pull request #1929 from dragos-efy/efy

localStorage not required anymore + sidebar position + improvements
This commit is contained in:
Bnyro 2023-01-01 20:45:17 +01:00 committed by GitHub
commit 2b65cbd614
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 51f030d755a9115f06341ecd78fbbf75ec600059 Subproject commit a7f0be4131da45988710ead75480e494393644f9

View File

@ -462,7 +462,7 @@ export default {
seekBarColors: { seekBarColors: {
base: "rgba(255, 255, 255, 0.3)", base: "rgba(255, 255, 255, 0.3)",
buffered: "rgba(255, 255, 255, 0.54)", buffered: "rgba(255, 255, 255, 0.54)",
played: "rgb(255, 0, 0)", played: "rgb(var(--efy_color1_var))",
}, },
}; };

View File

@ -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 { :root {
--efy_color1_var: 239, 68, 68; --efy_color1_var: 239, 68, 68;
--efy_color2_var: 220, 38, 38; --efy_color2_var: 220, 38, 38;