style: background color transition

This commit is contained in:
Alex 2019-04-26 12:37:35 +02:00
parent 66acaeca7f
commit 4dd36890c1
1 changed files with 2 additions and 0 deletions

View File

@ -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 {