diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-09-14 15:41:29 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-09-14 15:41:29 +0200 |
commit | 64c03ca147c9a4c3ff46753ae223bddf40a6ab74 (patch) | |
tree | bab4e8acbba2a873d015dbe77275588ba0f92cc3 | |
parent | 515fb412ee5be1a7517e4e931f9dbfee0ca0f9ac (diff) |
eww: Update border color
-rw-r--r-- | .config/eww/eww.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/eww/eww.scss b/.config/eww/eww.scss index 613c46e..9cdf698 100644 --- a/.config/eww/eww.scss +++ b/.config/eww/eww.scss @@ -8,7 +8,7 @@ .bar-1, .bar-2 { background-color: rgba(43, 48, 59, 0.5); - border-bottom: 3px solid rgba(100, 114, 125, 0.5); + border-bottom: 2px solid rgb(100, 114, 125); } .end { |