playlists support v1
This commit is contained in:
11
app/app.vue
11
app/app.vue
@@ -14,7 +14,16 @@ useHead({
|
||||
</script>
|
||||
|
||||
<style>
|
||||
button,
|
||||
input {
|
||||
@apply px-4 py-2 m-4 rounded-md text-center font-bold
|
||||
}
|
||||
|
||||
button {
|
||||
@apply px-4 py-2 m-4 bg-esyellow text-slate-700 rounded-md;
|
||||
@apply bg-esyellow text-slate-700;
|
||||
}
|
||||
|
||||
input[type="email"] {
|
||||
@apply bg-slate-900 text-esyellow;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user