Skip to content

Commit

Permalink
Updated theme of output textarea
Browse files Browse the repository at this point in the history
  • Loading branch information
pateldivyesh1323 committed Oct 11, 2023
1 parent 6bd4a5e commit b102700
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -287,16 +287,16 @@ a {
}

.editor.editor--output {
background: #1D2E35;
background: #25282C;
color: white;
}

.editor.editor--output .editor__header {
border-color: #2D4753;
border-color: #33373D;
}

.editor>.editor__output {
background: #1D2E35;
background: #1D1F21;
resize: none;
height: 100%;
padding: 12px;
Expand Down

0 comments on commit b102700

Please sign in to comment.