summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/style.scss b/style.scss
index f028f45..7fa4533 100644
--- a/style.scss
+++ b/style.scss
@@ -1,16 +1,16 @@
@use "sass:color";
-$bg: #081221;
-$fg: #f1f1f1;
-$accent: #378DF7;
+$bg: #2E1823;
+$fg: #fecdb2;
+$accent: #1CA2F4;
$radius: 7px;
window.Bar {
border: none;
box-shadow: none;
- background-color: color.adjust($bg, $alpha: -0.3);
+ background-color: $bg;
color: $fg;
- font-size: 1.1em;
+ font-size: 1em;
font-weight: bold;
button {