summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss8
1 files changed, 6 insertions, 2 deletions
diff --git a/style.scss b/style.scss
index 1dcf729..f028f45 100644
--- a/style.scss
+++ b/style.scss
@@ -1,6 +1,6 @@
@use "sass:color";
-$bg: #212223;
+$bg: #081221;
$fg: #f1f1f1;
$accent: #378DF7;
$radius: 7px;
@@ -8,7 +8,7 @@ $radius: 7px;
window.Bar {
border: none;
box-shadow: none;
- background-color: $bg;
+ background-color: color.adjust($bg, $alpha: -0.3);
color: $fg;
font-size: 1.1em;
font-weight: bold;
@@ -89,4 +89,8 @@ window.Bar {
margin: -.2em;
}
}
+
+ .SysTray button {
+ padding-right: 1em;
+ }
}