From 187a973fa3ac8844a33f6dbf3968042bfeb04825 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Mon, 14 Mar 2022 13:26:51 -0500 Subject: [PATCH] app: fix terminal padding background color --- src/app/app.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/app.scss b/src/app/app.scss index 2303acae..28a07435 100644 --- a/src/app/app.scss +++ b/src/app/app.scss @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright (c) 2020-2021 The Pybricks Authors +// Copyright (c) 2020-2022 The Pybricks Authors // Custom styling for the App control. @@ -40,6 +40,7 @@ .pb-app-terminal-padding { padding-left: 10px; + background-color: white; } // hide the docs and resize separator