diff --git a/Launcher/runtime/dialog/overlay/debug/debug.css b/Launcher/runtime/dialog/overlay/debug/debug.css index 2fc3aa9..5484a7e 100755 --- a/Launcher/runtime/dialog/overlay/debug/debug.css +++ b/Launcher/runtime/dialog/overlay/debug/debug.css @@ -2,10 +2,15 @@ /* Output */ #overlay > #output { + -fx-background-color: white; -fx-font-family: monospace; -fx-font-size: 8pt; } +#overlay > #output .content { + -fx-background-color: white; +} + /* Close button */ #overlay > #copy, #overlay > #action.close {