Working episode playback

This commit is contained in:
Aleksi Lassila
2023-07-14 00:35:33 +03:00
parent ea6a42d8e2
commit e79b350559
16 changed files with 362 additions and 185 deletions

View File

@@ -10,3 +10,7 @@ a {
@apply bg-[#ffffff11];
@apply animate-pulse;
}
.selectable {
@apply focus-within:outline outline-2 outline-lighten outline-offset-2;
}