fix(nuxt): fix readability
fix global text readability in night mode by changing the color to white
This commit is contained in:
parent
0898a622eb
commit
4fe1e34a3e
4
app.vue
4
app.vue
@ -46,4 +46,8 @@
|
|||||||
body {
|
body {
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body[data-theme="dark"] {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user