mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-12-25 06:53:36 +00:00
Merge pull request #1929 from dragos-efy/efy
localStorage not required anymore + sidebar position + improvements
This commit is contained in:
commit
2b65cbd614
@ -1 +1 @@
|
||||
Subproject commit 51f030d755a9115f06341ecd78fbbf75ec600059
|
||||
Subproject commit a7f0be4131da45988710ead75480e494393644f9
|
@ -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))",
|
||||
},
|
||||
};
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user