Regenerated
This commit is contained in:
+297
-298
File diff suppressed because it is too large
Load Diff
+1
-2
@@ -2944,8 +2944,7 @@ window#waybar {
|
||||
color: @text;
|
||||
border-radius: 10px;
|
||||
font-weight: bold;
|
||||
border: 1px solid @teal; /* transparent border to preserve spacing */
|
||||
/* fake border via layered background, with semi-transparent fill for pseudo-blur effect */
|
||||
border: 1px solid @teal;
|
||||
background:
|
||||
linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) padding-box,
|
||||
linear-gradient(45deg, @blue, @green) border-box;
|
||||
|
||||
@@ -72,8 +72,7 @@ window#waybar {
|
||||
color: @text;
|
||||
border-radius: 10px;
|
||||
font-weight: bold;
|
||||
border: 1px solid @teal; /* transparent border to preserve spacing */
|
||||
/* fake border via layered background, with semi-transparent fill for pseudo-blur effect */
|
||||
border: 1px solid @teal;
|
||||
background:
|
||||
linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) padding-box,
|
||||
linear-gradient(45deg, @blue, @green) border-box;
|
||||
|
||||
Reference in New Issue
Block a user