Regenerated
This commit is contained in:
+339
-339
File diff suppressed because it is too large
Load Diff
+3
-3
@@ -4510,7 +4510,7 @@ This is the default layout for wofi
|
||||
}
|
||||
|
||||
#window {
|
||||
background: linear-gradient(45deg, @blue, @green);
|
||||
background: linear-gradient(45deg, #89b4fa, #a6e3a1);
|
||||
border-radius: 28px;
|
||||
padding: 2px;
|
||||
}
|
||||
@@ -4556,7 +4556,7 @@ This is the default layout for wofi
|
||||
}
|
||||
|
||||
#entry:focus {
|
||||
background: linear-gradient(45deg, @blue, @green);
|
||||
background: linear-gradient(45deg, #89b4fa, #89b4fa);
|
||||
color: @lavender;
|
||||
border-radius: 18px;
|
||||
}
|
||||
@@ -4579,7 +4579,7 @@ This is the default layout for wofi
|
||||
}
|
||||
|
||||
#scrollbar handle {
|
||||
background: linear-gradient(45deg, @blue, @green);
|
||||
background: linear-gradient(45deg, #89b4fa, #a6e3a1);
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
}
|
||||
|
||||
#window {
|
||||
background: linear-gradient(45deg, @blue, @green);
|
||||
background: linear-gradient(45deg, #89b4fa, #a6e3a1);
|
||||
border-radius: 28px;
|
||||
padding: 2px;
|
||||
}
|
||||
@@ -55,7 +55,7 @@
|
||||
}
|
||||
|
||||
#entry:focus {
|
||||
background: linear-gradient(45deg, @blue, @green);
|
||||
background: linear-gradient(45deg, #89b4fa, #89b4fa);
|
||||
color: @lavender;
|
||||
border-radius: 18px;
|
||||
}
|
||||
@@ -78,7 +78,7 @@
|
||||
}
|
||||
|
||||
#scrollbar handle {
|
||||
background: linear-gradient(45deg, @blue, @green);
|
||||
background: linear-gradient(45deg, #89b4fa, #a6e3a1);
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user