From 7bcf3dbabec2499c7c435cf01e2bb21e1972be89 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Tue, 27 Jul 2021 20:37:18 +0200 Subject: [PATCH] Update theme.scss --- tabby-core/src/theme.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tabby-core/src/theme.scss b/tabby-core/src/theme.scss index 856e634f..05249dd8 100644 --- a/tabby-core/src/theme.scss +++ b/tabby-core/src/theme.scss @@ -243,7 +243,8 @@ hotkey-input-modal { .list-group-item { background: transparent; border: none; - border-top: 1px solid rgba(255, 255, 255, .05); + + border-top: 1px solid rgb(0, 21, 43, .4); &:first-child { border-top: none;