Update layout and add tooltips (#483)

This commit is contained in:
Jeremy 2024-11-04 20:26:38 +03:00 committed by GitHub
parent 5190b109c9
commit affd387d03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 107 additions and 48 deletions

View file

@ -142,5 +142,5 @@
}
.suggestion-highlight {
@apply bg-yellow-100 hover:bg-yellow-200 dark:hover:bg-yellow-400/50 dark:text-yellow-50 dark:bg-yellow-400/40;
@apply bg-blue-100 hover:bg-blue-200 dark:hover:bg-blue-400/50 dark:text-blue-50 dark:bg-blue-400/40;
}