add clipboard dark mode

This commit is contained in:
Jordan Blasenhauer 2024-06-14 12:46:46 +02:00
parent 0bf20ea600
commit 97186d7a28
2 changed files with 2 additions and 2 deletions

View file

@ -327,7 +327,7 @@ body {
}
.input-clipboard-button {
@apply transition-all h-5.5 w-5.5 md:h-6 md:w-6 absolute flex block top-0 right-0 text-gray-500 hover:text-gray-900 transition duration-300 ease-in-out cursor-pointer rounded-full hover:bg-gray-100 z-10;
@apply transition-all h-5.5 w-5.5 md:h-6 md:w-6 absolute flex block top-0 right-0 text-gray-500 hover:text-gray-900 transition duration-300 ease-in-out cursor-pointer rounded-full hover:bg-gray-100 dark:hover:bg-gray-800 z-10;
}
.copied.input-clipboard-button {

File diff suppressed because one or more lines are too long