From fefd56f435d8885f30982c3d5ad09a91495d83a8 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 7 Dec 2023 09:50:59 +0900 Subject: [PATCH] adjusted border-bottom for some waybar styles --- config/waybar/style/Monochrome Contrast.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/waybar/style/Monochrome Contrast.css b/config/waybar/style/Monochrome Contrast.css index a8832e6..7460260 100644 --- a/config/waybar/style/Monochrome Contrast.css +++ b/config/waybar/style/Monochrome Contrast.css @@ -40,7 +40,7 @@ tooltip label{ .modules-right { background-color: white; color: black; - border-bottom: 4px; + border-bottom: 2px; border-style: solid; border-color: black; border-radius: 10px; @@ -52,7 +52,7 @@ tooltip label{ .modules-center { background-color: white; color: black; - border-bottom: 4px; + border-bottom: 2px; border-style: solid; border-color: black; border-radius: 10px; @@ -64,7 +64,7 @@ tooltip label{ .modules-left { background-color: white; color: black; - border-bottom: 4px; + border-bottom: 2px; border-style: solid; border-color: black; border-radius: 10px;