FEAT: player with tracks name

This commit is contained in:
valere
2024-09-08 22:43:10 +02:00
parent 0c0074ccc1
commit 14953fbcc1
5 changed files with 180 additions and 116 deletions

View File

@@ -9,7 +9,11 @@ module.exports = {
"./error.vue",
],
theme: {
extend: {},
extend: {
colors: {
esyellow: '#fdec50ff',
},
},
},
plugins: [],
}