Skip to content

Commit

Permalink
color correction
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Jul 18, 2024
1 parent 7f2590b commit b36d4ba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ body.dark #panel-toggle.close, #sidebar-toggle.close { background: #666 }
}

body.dark #debug-output {
background: #222;
border-bottom: #333;
background: #121212;
border-bottom: 1px solid #333;
}

#plot {
width: 100%;
height: 93.5vh;
width: 100%;
height: 93.5vh;
}

#panel.float {
Expand All @@ -101,7 +101,7 @@ body.dark #debug-output {
}

body.dark .controls {
background-color: #1E1E1E;
background-color: #222;
border-color: #333;
}

Expand Down

0 comments on commit b36d4ba

Please sign in to comment.