Regenerated
This commit is contained in:
+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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user