Skip to content

Commit 37e427f

Browse files
authored
Fix well background color on dark mode mode
1 parent a1d4b5a commit 37e427f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

OpenFlow/src/public/EditForm.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@
119119
.formcomponents .formcomponent {
120120
padding: 0 !important;
121121
}
122+
.dark-mode .bg-light {
123+
background-color: #333 !important;
124+
}
122125

123126
</style>
124127

0 commit comments

Comments
 (0)