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;