mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 02:45:49 +02:00
fix: background color of BatchUpgrader
in dark mode
This commit is contained in:
parent
f6f66a3b24
commit
7a4fb1daf7
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ async function performUpgrade() {
|
|||
<style lang="less">
|
||||
.dark {
|
||||
.core-upgrade-log-container {
|
||||
background-color: rgba(0, 0, 0, 0.84);
|
||||
background-color: rgba(0, 0, 0, 0.84) !important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue