From f8ac6c5177acf726caafd3c97bc9798d582e6d99 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Sat, 5 Apr 2025 16:14:26 -0400 Subject: [PATCH] update styling a bit --- style.scss | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/style.scss b/style.scss index 8ced43a..7dc2236 100644 --- a/style.scss +++ b/style.scss @@ -8,12 +8,14 @@ $surface2: #5b6078; $rosewater: #f4dbd6; +* { + color: $rosewater; + font-family: JetBrainsMono Nerd Font; +} + button { all: initial; } -* { - font-family: JetBrainsMono Nerd Font; -} window.Bar { background: transparent; @@ -21,6 +23,7 @@ window.Bar { > centerbox { background: rgba($color: $base, $alpha: 0.75); + border-bottom: 1px solid $rosewater; > box { margin: 6px;