Unverified Commit 387799b3 authored by M. Gschwandtner's avatar M. Gschwandtner Committed by GitHub

fix: added dark theme bg color to buttons (#719)

parent 4a64a4de
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
@apply fixed top-8 right-8 flex flex-col justify-start items-center; @apply fixed top-8 right-8 flex flex-col justify-start items-center;
> .btn { > .btn {
@apply mb-3 last:mb-0 w-8 h-8 p-1 cursor-pointer rounded opacity-90 bg-gray-300 z-10 shadow-md hover:opacity-70; @apply mb-3 last:mb-0 w-8 h-8 p-1 cursor-pointer rounded opacity-90 bg-gray-300 dark:bg-zinc-600 z-10 shadow-md hover:opacity-70;
> .icon-img { > .icon-img {
@apply w-6 h-auto; @apply w-6 h-auto;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment