mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
localStorage not required anymore + sidebar position + improvements
This commit is contained in:
parent
07f5aa9c3b
commit
cf88a4e7d2
3 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 51f030d755a9115f06341ecd78fbbf75ec600059
|
Subproject commit a7f0be4131da45988710ead75480e494393644f9
|
|
@ -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))",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue