From b36d4bac0b043604ede80b59eeabf904ad9d3ef1 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Wed, 17 Jul 2024 19:22:42 -0600 Subject: [PATCH] color correction --- styles.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/styles.css b/styles.css index 5abf7a1..1548a0d 100644 --- a/styles.css +++ b/styles.css @@ -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 { @@ -101,7 +101,7 @@ body.dark #debug-output { } body.dark .controls { - background-color: #1E1E1E; + background-color: #222; border-color: #333; }