minor UI fixes

This commit is contained in:
Ruben Fiszel
2022-07-20 20:02:35 +02:00
parent aad3067000
commit 48b9865314
@@ -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>