1
0
mirror of https://github.com/rad4day/Waybar.git synced 2023-12-21 10:22:59 +01:00

style: background color transition

This commit is contained in:
Alex 2019-04-26 12:37:35 +02:00
parent 66acaeca7f
commit 4dd36890c1

@ -10,6 +10,8 @@ window#waybar {
background: rgba(43, 48, 59, 0.5);
border-bottom: 3px solid rgba(100, 114, 125, 0.5);
color: #ffffff;
transition-property: background, background-color;
transition-duration: .5s;
}
window#waybar.hidded {