Skip to content

Commit

Permalink
fix: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hdinia committed Jan 9, 2024
1 parent 87b1b1b commit b6e212a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions webapp/src/components/common/JSONEditor/dark-theme.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
////////////////////////////////////////////////////////////////
// JSONEditor
////////////////////////////////////////////////////////////////

div.jsoneditor {
border: 2px solid #212c38; /* Dark gray border for consistency */
color: #ffffff;
Expand Down Expand Up @@ -121,10 +117,6 @@ div.jsoneditor-contextmenu .jsoneditor-menu button {
color: #ffffff; /* White color for search input */
}

////////////////////////////////////////////////////////////////
// Ace editor
////////////////////////////////////////////////////////////////

div.ace_jsoneditor .ace_editor {
background-color: #222333;
color: #ffffff;
Expand Down

0 comments on commit b6e212a

Please sign in to comment.