minor UI fixes

This commit is contained in:
Ruben Fiszel
2022-07-20 20:02:35 +02:00
parent 855647fdf0
commit d1c0feb025
@@ -32,6 +32,9 @@
display: block;
}
.selected {
@apply bg-blue-500/70;
@apply bg-blue-500/70 text-white;
}
.selected > h2 {
@apply text-white;
}
</style>