diff --git a/style.scss b/style.scss index 35bcdd2..65721df 100644 --- a/style.scss +++ b/style.scss @@ -183,12 +183,14 @@ popover > contents { window.Bar { background: transparent; - padding: 4px; + padding: 8px 8px 2px 8px; > centerbox { border-radius: 8px; background-color: $base300; + border: 2px solid $base100; + box-shadow: 0 0 10px rgba($color: $base100, $alpha: 0.5); // background: rgba($color: $base300, $alpha: 0.75); // border-bottom: 4px solid $base200;