Leo 3 vuotta sitten
vanhempi
commit
ebf7c7b18b
2 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 1 1
      components/library/LibrayList/index.module.scss
  2. 2 2
      styles/library.module.scss

+ 1 - 1
components/library/LibrayList/index.module.scss

@@ -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 {
         svg {

+ 2 - 2
styles/library.module.scss

@@ -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;