fix: env indicator background in dark mode

This commit is contained in:
0xJacky 2023-08-09 18:40:06 +08:00
parent 56540330f6
commit 61ce1938b4
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0
3 changed files with 10 additions and 2 deletions

View file

@ -87,4 +87,12 @@ watch(node_id, async () => {
}
}
}
.dark {
.container {
border: 1px solid #545454;
background: transparent;
color: #bebebe;
}
}
</style>

View file

@ -1 +1 @@
{"version":"2.0.0-beta.3","build_id":10,"total_build":214}
{"version":"2.0.0-beta.3","build_id":11,"total_build":215}

View file

@ -1 +1 @@
{"version":"2.0.0-beta.3","build_id":10,"total_build":214}
{"version":"2.0.0-beta.3","build_id":11,"total_build":215}