mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
add clipboard dark mode
This commit is contained in:
parent
0bf20ea600
commit
97186d7a28
2 changed files with 2 additions and 2 deletions
|
|
@ -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
Loading…
Reference in a new issue