diff --git a/tests/gui/vuejs/noogle/src/App.vue b/tests/gui/vuejs/noogle/src/App.vue index 91b597d..fbbcd6f 100644 --- a/tests/gui/vuejs/noogle/src/App.vue +++ b/tests/gui/vuejs/noogle/src/App.vue @@ -27,7 +27,7 @@ header { margin: 0 auto 2rem; } -@media (min-width: 1024px) { +@media (min-width: 768px) { header { display: flex; place-items: center; diff --git a/tests/gui/vuejs/noogle/src/app.css b/tests/gui/vuejs/noogle/src/app.css index 5458f15..1c567eb 100644 --- a/tests/gui/vuejs/noogle/src/app.css +++ b/tests/gui/vuejs/noogle/src/app.css @@ -23,8 +23,8 @@ a, } .purple { + @apply text-nostr; text-decoration: none; - color: #8453f1; transition: 0.4s; padding: 3px; } diff --git a/tests/gui/vuejs/noogle/src/components/Nip07.vue b/tests/gui/vuejs/noogle/src/components/Nip07.vue index 7153818..b8aefeb 100644 --- a/tests/gui/vuejs/noogle/src/components/Nip07.vue +++ b/tests/gui/vuejs/noogle/src/components/Nip07.vue @@ -10,7 +10,7 @@