Improve comments

Closes #1171

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2022-10-25 19:01:26 +02:00
parent e32611c968
commit cce0406db5
8 changed files with 183 additions and 297 deletions

View File

@@ -142,7 +142,7 @@ body {
}
.dropdown-item-active {
@apply bg-white text-black;
@apply bg-white dark:bg-zinc-700 dark:text-zinc-100 text-black;
}
.dropdown-button {
@apply inline-flex gap-1;