From 02824b0907f1dc1ddb101239bf2a5129a6ab4680 Mon Sep 17 00:00:00 2001 From: Believethehype Date: Wed, 31 Jan 2024 15:06:58 +0100 Subject: [PATCH] noogle: better logout screen --- ui/noogle/src/app.css | 2 +- ui/noogle/src/components/Nip07.vue | 56 +++++++++++++++++++++-------- ui/noogle/src/components/Search.vue | 3 +- ui/noogle/tailwind.config.js | 1 + 4 files changed, 45 insertions(+), 17 deletions(-) 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 @@