Add "Unite with next" button

This commit is contained in:
Thelonius Kort
2023-05-02 22:09:04 +02:00
parent 4a8f1c3c80
commit 7990b74bf0
8 changed files with 91 additions and 16 deletions

View File

@ -9,13 +9,17 @@
.article span.tunit {
@apply hover:bg-gray-300;
padding: 5px 0;
margin: -5px 0;
}
.dark .article span.tunit {
@apply hover:bg-gray-700;
padding: 5px 0;
margin: -5px 0;
}
.article span.tunit[current="yes"] {
.article span.tunit[current="yes"], .article span.tunit[selected="yes"] {
@apply bg-amber-300 text-stone-700 hover:bg-amber-200 hover:text-red-900;
}