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;
|
color: @text;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border: 1px solid @teal; /* transparent border to preserve spacing */
|
border: 1px solid @teal;
|
||||||
/* fake border via layered background, with semi-transparent fill for pseudo-blur effect */
|
|
||||||
background:
|
background:
|
||||||
linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) padding-box,
|
linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) padding-box,
|
||||||
linear-gradient(45deg, @blue, @green) border-box;
|
linear-gradient(45deg, @blue, @green) border-box;
|
||||||
|
|||||||
@@ -72,8 +72,7 @@ window#waybar {
|
|||||||
color: @text;
|
color: @text;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border: 1px solid @teal; /* transparent border to preserve spacing */
|
border: 1px solid @teal;
|
||||||
/* fake border via layered background, with semi-transparent fill for pseudo-blur effect */
|
|
||||||
background:
|
background:
|
||||||
linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) padding-box,
|
linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) padding-box,
|
||||||
linear-gradient(45deg, @blue, @green) border-box;
|
linear-gradient(45deg, @blue, @green) border-box;
|
||||||
|
|||||||
Reference in New Issue
Block a user