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;