From 20d45163dcde028f4e49c3dbcd8eefa12e9f188e Mon Sep 17 00:00:00 2001 From: pika <67532734+pik4li@users.noreply.github.com> Date: Sat, 5 Oct 2024 15:32:56 +0200 Subject: [PATCH] addet border --- style.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.scss b/style.scss index 3b0489d..0592f3b 100644 --- a/style.scss +++ b/style.scss @@ -2,6 +2,7 @@ // See https://github.com/dracula/dracula-theme/blob/master/LICENSE or dracula/LICENSE for the license /* $bg: #26272a; */ $bg: rgba(28, 29, 32, 0.85); +$barder: rgba(128, 129, 132, 0.4); $fg: #f8f8f2; $inactive: #44475a; $darkblue: #6272a4; @@ -41,6 +42,10 @@ menu { font-weight: 600; } +.bar{ + border: $barder 1px solid; +} + .bar,tooltip{ background-color: $bg; border-radius: 16px;