Browse Source

adjusted border-bottom for some waybar styles

pull/53/head
JaKooLit 2 years ago
parent
commit
fefd56f435
  1. 6
      config/waybar/style/Monochrome Contrast.css

6
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;

Loading…
Cancel
Save