diff --git a/ui/noogle/src/app.css b/ui/noogle/src/app.css index 1c567eb..0a16447 100644 --- a/ui/noogle/src/app.css +++ b/ui/noogle/src/app.css @@ -3,7 +3,7 @@ @tailwind utilities; :root { - color-scheme: light dark; + color-scheme: light; color: rgba(255, 255, 255, 0.87); background-color: #242424; } diff --git a/ui/noogle/src/components/Nip07.vue b/ui/noogle/src/components/Nip07.vue index 19f2cfc..7ca869e 100644 --- a/ui/noogle/src/components/Nip07.vue +++ b/ui/noogle/src/components/Nip07.vue @@ -1,8 +1,28 @@