From 4fe1e34a3e509afd5d7b7cac5fe98b6793d006ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Mon, 9 Dec 2024 16:00:43 -0500 Subject: [PATCH] fix(nuxt): fix readability fix global text readability in night mode by changing the color to white --- app.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app.vue b/app.vue index bc657cf..352baaf 100644 --- a/app.vue +++ b/app.vue @@ -46,4 +46,8 @@ body { margin: 0 !important; } + + body[data-theme="dark"] { + color: #fff; + }