Adjust styles to better fit background images
This commit is contained in:
parent
7b40954d00
commit
067ec46899
3 changed files with 6 additions and 6 deletions
|
@ -44,7 +44,7 @@ window#waybar.empty #window {
|
|||
border-radius: 15px;
|
||||
border: 0px;
|
||||
color: #0F1419;
|
||||
background: linear-gradient(45deg, #95E6CB, #59C2FF, #D2A6FF);
|
||||
background: linear-gradient(45deg, #ED163E, #F66B01, #DE9176);
|
||||
opacity: 0.5;
|
||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
||||
}
|
||||
|
@ -56,7 +56,7 @@ window#waybar.empty #window {
|
|||
border-radius: 15px;
|
||||
border: 0px;
|
||||
color: #0F1419;
|
||||
background: linear-gradient(45deg, #59C2FF, #D2A6FF);
|
||||
background: linear-gradient(45deg, #ED163E, #F66B01, #DE9176);
|
||||
opacity: 1.0;
|
||||
min-width: 40px;
|
||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
||||
|
@ -65,7 +65,7 @@ window#waybar.empty #window {
|
|||
#workspaces button:hover {
|
||||
border-radius: 15px;
|
||||
color: #0F1419;
|
||||
background: linear-gradient(45deg, #59C2FF, #D2A6FF);
|
||||
background: linear-gradient(45deg, #ED163E, #F66B01, #DE9176);
|
||||
opacity: 0.8;
|
||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue