addet border
This commit is contained in:
parent
b6aade559a
commit
20d45163dc
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
// See https://github.com/dracula/dracula-theme/blob/master/LICENSE or dracula/LICENSE for the license
|
// See https://github.com/dracula/dracula-theme/blob/master/LICENSE or dracula/LICENSE for the license
|
||||||
/* $bg: #26272a; */
|
/* $bg: #26272a; */
|
||||||
$bg: rgba(28, 29, 32, 0.85);
|
$bg: rgba(28, 29, 32, 0.85);
|
||||||
|
$barder: rgba(128, 129, 132, 0.4);
|
||||||
$fg: #f8f8f2;
|
$fg: #f8f8f2;
|
||||||
$inactive: #44475a;
|
$inactive: #44475a;
|
||||||
$darkblue: #6272a4;
|
$darkblue: #6272a4;
|
||||||
|
@ -41,6 +42,10 @@ menu {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bar{
|
||||||
|
border: $barder 1px solid;
|
||||||
|
}
|
||||||
|
|
||||||
.bar,tooltip{
|
.bar,tooltip{
|
||||||
background-color: $bg;
|
background-color: $bg;
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue