fix(nuxt): fix readability

fix global text readability in night mode by changing the color to white
This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2024-12-09 16:00:43 -05:00
parent 0898a622eb
commit 4fe1e34a3e
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

View File

@ -46,4 +46,8 @@
body {
margin: 0 !important;
}
body[data-theme="dark"] {
color: #fff;
}
</style>