Update wlogout text colour on hover

Adjust bezier curve for hyprland animations
This commit is contained in:
Evie Litherland-Smith 2023-09-24 17:00:25 +01:00
parent 10c541b59a
commit 318a7d965e
2 changed files with 2 additions and 1 deletions

View file

@ -81,7 +81,7 @@ in ''
animations {
enabled = yes
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
bezier = myBezier, 0, 0, 0.58, 1
animation = windows, 1, 7, myBezier
animation = windowsOut, 1, 7, default, popin 80%
animation = border, 1, 10, default

View file

@ -46,6 +46,7 @@
button:hover {
background-color: rgba(183, 189, 248, .05);
color: #cad3f5;
}
button:focus {