From 54411e59ad4cac048cdf92539d3c03da4013ce9d Mon Sep 17 00:00:00 2001 From: jary Date: Tue, 28 Dec 2021 17:22:02 +0800 Subject: [PATCH] fix: paper theme sftp color --- tabby-core/src/theme.paper.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tabby-core/src/theme.paper.scss b/tabby-core/src/theme.paper.scss index cc110c43..1495cc66 100644 --- a/tabby-core/src/theme.paper.scss +++ b/tabby-core/src/theme.paper.scss @@ -386,3 +386,7 @@ start-page footer { background: #ffffff4a !important; border-bottom: 1px solid #00000026 !important; } + +.bg-dark{ + background-color: $base2 !important; +} \ No newline at end of file