@@ -36,7 +36,7 @@
.close {
@apply absolute right-0 top-0 p-2;
svg {
- @apply fill-current w-6 h-6;
+ @apply fill-current w-6 h-6 opacity-70;
}
&:hover {
@@ -1,8 +1,8 @@
.library-header {
@apply bg-neutral-50 pt-6 border-b border-gray-900/10;
- :global(.dark) {
- @apply border-gray-50/[0.06];
+ :global(.dark) & {
+ @apply border-gray-50/[0.06] bg-slate-900;
h1 {
@apply text-4xl font-extrabold leading-loose mb-5;